Searched refs:ai_socktype (Results 1 - 6 of 6) sorted by relevance

/bionic/tests/
H A Dnetdb_test.cpp57 if (p->ai_socktype == SOCK_STREAM) {
60 } else if (p->ai_socktype == SOCK_DGRAM) {
74 ASSERT_EQ(SOCK_STREAM, ai->ai_socktype);
84 hints.ai_socktype = SOCK_STREAM;
95 ASSERT_EQ(SOCK_STREAM, tai->ai_socktype);
/bionic/libc/include/
H A Dnetdb.h113 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
145 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
146 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
/bionic/tools/versioner/current/
H A Dnetdb.h113 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
145 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
146 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
/bionic/libc/dns/net/
H A Dgetaddrinfo.c262 "servname not supported for ai_socktype", /* EAI_SERVICE */
263 "ai_socktype not supported", /* EAI_SOCKTYPE */
435 hints == NULL ? -1 : hints->ai_socktype,
480 // int ai_socktype; /* SOCK_xxx */
494 readBE32(proxy, &ai->ai_socktype) &&
603 pai->ai_socktype = ANY;
635 if (pai->ai_socktype != ANY && pai->ai_protocol != ANY) {
643 if (pai->ai_socktype == ex->e_socktype
689 if (!MATCH(pai->ai_socktype, ex->e_socktype, WILD_SOCKTYPE(ex)))
696 if (pai->ai_socktype
[all...]
/bionic/libc/dns/resolv/
H A Dres_init.c366 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
H A Dres_cache.c1967 .ai_socktype = SOCK_DGRAM,

Completed in 1220 milliseconds