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

/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
H A Dgetaddrinfo.c117 "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 Dgetaddrinfo.c45 * 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 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...]
H A Dresconf.c208 hints.ai_socktype = SOCK_DGRAM;
/bind-9.11.3/lib/samples/
H A Dsample-gai.c30 hints.ai_socktype = SOCK_STREAM;
H A Dsample-request.c211 hints.ai_socktype = SOCK_DGRAM;
H A Dresolve.c192 hints.ai_socktype = SOCK_DGRAM;
H A Dsample-update.c120 hints.ai_socktype = SOCK_DGRAM;
H A Dnsprobe.c1086 hints.ai_socktype = SOCK_DGRAM;
/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/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/irs/include/irs/
H A Dnetdb.h.in28 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 Dnet.c637 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 Dgetaddresses.c136 hints.ai_socktype = SOCK_STREAM;
/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 */
/bind-9.11.3/bin/check/
H A Dcheck-tool.c206 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 Dqueryperf.c425 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 Ddllfunc.c76 int ai_socktype; member in struct:my_addrinfo
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c1551 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 Dnetdb.h.in30 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 Ddelv.c817 hints.ai_socktype = SOCK_DGRAM;

Completed in 68 milliseconds