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

/bind-9.11.3/lib/irs/win32/include/irs/
H A Dnetdb.h27 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
93 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
94 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
/bind-9.11.3/lib/isc/win32/
H A Dnetdb.h25 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
88 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
89 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
/bind-9.11.3/contrib/queryperf/missing/
H A Daddrinfo.h43 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
44 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
84 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllfunc.c76 int ai_socktype; member in struct:my_addrinfo
/bind-9.11.3/lib/irs/
H A Dgetaddrinfo.c29 * int ai_socktype; // SOCK_xxx
50 * <li>ai_socktype:
52 * SOCK_RAW -- that is wanted. When ai_socktype is zero the caller
94 * NULL pointer is encountered. The three members ai_family, ai_socktype,
212 socktype = hints->ai_socktype;
217 switch (hints->ai_socktype) {
228 switch (hints->ai_socktype) {
245 switch (hints->ai_socktype) {
327 ai->ai_socktype = socktype;
340 ai->ai_socktype
523 int ai_socktype; member in struct:gai_statehead
[all...]
/bind-9.11.3/lib/lwres/win32/include/lwres/
H A Dnetdb.h33 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
95 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
96 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */

Completed in 18 milliseconds