| /bind-9.11.3/contrib/queryperf/missing/ |
| H A D | addrinfo.h | 43 #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
|
| H A D | getaddrinfo.c | 117 "servname not supported for ai_socktype", /* EAI_SERVICE */ 118 "ai_socktype not supported", /* EAI_SOCKTYPE */ 219 pai->ai_socktype = ANY; 247 switch (pai->ai_socktype) { 253 pai->ai_socktype = SOCK_DGRAM; 256 pai->ai_socktype = SOCK_STREAM; 259 pai->ai_socktype = SOCK_RAW; 288 if (pai->ai_socktype == ANY) { 290 pai->ai_socktype = SOCK_DGRAM; 299 switch (pai->ai_socktype) { [all...] |
| /bind-9.11.3/lib/lwres/ |
| H A D | getaddrinfo.c | 45 * int ai_socktype; // SOCK_xxx 66 * <li>ai_socktype: 68 * SOCK_RAW -- that is wanted. When ai_socktype is zero the caller 110 * NULL pointer is encountered. The three members ai_family, ai_socktype, 201 socktype = hints->ai_socktype; 206 switch (hints->ai_socktype) { 217 switch (hints->ai_socktype) { 234 switch (hints->ai_socktype) { 316 ai->ai_socktype = socktype; 329 ai->ai_socktype [all...] |
| /bind-9.11.3/lib/irs/ |
| H A D | getaddrinfo.c | 29 * 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...] |
| H A D | resconf.c | 208 hints.ai_socktype = SOCK_DGRAM;
|
| /bind-9.11.3/lib/samples/ |
| H A D | sample-gai.c | 30 hints.ai_socktype = SOCK_STREAM;
|
| H A D | sample-request.c | 211 hints.ai_socktype = SOCK_DGRAM;
|
| H A D | resolve.c | 192 hints.ai_socktype = SOCK_DGRAM;
|
| H A D | sample-update.c | 120 hints.ai_socktype = SOCK_DGRAM;
|
| H A D | nsprobe.c | 1086 hints.ai_socktype = SOCK_DGRAM;
|
| /bind-9.11.3/lib/isc/win32/ |
| H A D | netdb.h | 25 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/lib/irs/win32/include/irs/ |
| H A D | netdb.h | 27 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/irs/include/irs/ |
| H A D | netdb.h.in | 28 int ai_socktype; /* SOCK_xxx */ 94 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ 95 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
|
| /bind-9.11.3/lib/isc/unix/ |
| H A D | net.c | 637 hints.ai_socktype = SOCK_DGRAM; 653 s = socket(res0->ai_family, res0->ai_socktype, res0->ai_protocol); 702 hints.ai_socktype = SOCK_DGRAM; 718 s = socket(res0->ai_family, res0->ai_socktype, res0->ai_protocol);
|
| /bind-9.11.3/lib/bind9/ |
| H A D | getaddresses.c | 136 hints.ai_socktype = SOCK_STREAM;
|
| /bind-9.11.3/lib/lwres/win32/include/lwres/ |
| H A D | netdb.h | 33 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 */
|
| /bind-9.11.3/bin/check/ |
| H A D | check-tool.c | 206 hints.ai_socktype = SOCK_STREAM; 396 hints.ai_socktype = SOCK_STREAM; 482 hints.ai_socktype = SOCK_STREAM;
|
| /bind-9.11.3/contrib/queryperf/ |
| H A D | queryperf.c | 425 hints.ai_socktype = SOCK_DGRAM; 773 hints.ai_socktype = server_ai->ai_socktype;
|
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
| H A D | dllfunc.c | 76 int ai_socktype; member in struct:my_addrinfo
|
| /bind-9.11.3/contrib/perftcpdns/ |
| H A D | perftcpdns.c | 1551 hints.ai_socktype = SOCK_DGRAM; 1554 hints.ai_socktype = SOCK_STREAM; 1593 hints.ai_socktype = SOCK_DGRAM; 1596 hints.ai_socktype = SOCK_STREAM;
|
| /bind-9.11.3/lib/lwres/include/lwres/ |
| H A D | netdb.h.in | 30 int ai_socktype; /* SOCK_xxx */ 93 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ 94 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
|
| /bind-9.11.3/bin/delv/ |
| H A D | delv.c | 817 hints.ai_socktype = SOCK_DGRAM;
|