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

12345678

/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/include/
H A Dgai.h69 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
83 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dgetaddrinfo_hostspec.c67 hints.ai_socktype = socktype;
71 hints.ai_socktype = hstp->socktype;
H A Dgetaddrinfo-test.c79 hints.ai_socktype = socktype;
101 r->ai_family, r->ai_socktype, r->ai_protocol,
H A Dgetnameinfo_verified.c73 hints.ai_socktype = SOCK_STREAM;
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dfake-rfc2553.c143 if (hints->ai_socktype)
144 ai->ai_socktype = hints->ai_socktype;
146 ai->ai_socktype = SOCK_STREAM;
/macosx-10.10/bind9-45.101/bind9/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...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_addrinfo.h54 int ai_socktype; member in struct:Curl_addrinfo
/macosx-10.10/rsync-45/rsync/lib/
H A Daddrinfo.h52 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
53 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
97 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
H A Dgetaddrinfo.c132 "servname not supported for ai_socktype.", /* EAI_SERVICE */
133 "ai_socktype not supported.", /* EAI_SOCKTYPE */
251 pai->ai_socktype = ANY;
279 switch (pai->ai_socktype) {
285 pai->ai_socktype = SOCK_DGRAM;
288 pai->ai_socktype = SOCK_STREAM;
291 pai->ai_socktype = SOCK_RAW;
320 if (pai->ai_socktype == ANY) {
322 pai->ai_socktype = SOCK_DGRAM;
331 switch (pai->ai_socktype) {
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/ipc/
H A Dts-http.c83 hints.ai_socktype = SOCK_STREAM;
90 s = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
/macosx-10.10/ntp-92/libntp/
H A Dntp_rfc2553.c98 "servname not supported for ai_socktype", /* EAI_SERVICE */
99 "ai_socktype not supported", /* EAI_SOCKTYPE */
163 ai->ai_socktype = hints->ai_socktype;
167 socktype = hints->ai_socktype;
173 switch (hints->ai_socktype) {
184 switch (hints->ai_socktype) {
201 switch (hints->ai_socktype) {
/macosx-10.10/bind9-45.101/bind9/lib/lwres/
H A Dgetaddrinfo.c42 * int ai_socktype; // SOCK_xxx
63 * <li>ai_socktype:
65 * SOCK_RAW -- that is wanted. When ai_socktype is zero the caller
107 * NULL pointer is encountered. The three members ai_family, ai_socktype,
198 socktype = hints->ai_socktype;
203 switch (hints->ai_socktype) {
214 switch (hints->ai_socktype) {
231 switch (hints->ai_socktype) {
313 ai->ai_socktype = socktype;
326 ai->ai_socktype
[all...]
/macosx-10.10/adv_cmds-158/finger/
H A Dnet.c82 hint.ai_socktype = SOCK_STREAM;
121 s = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
123 warn("socket(%d, %d, %d)", ai->ai_family, ai->ai_socktype,
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dgetaddrinfo.c110 ai->ai_socktype = socktype;
129 return "servname not supported for ai_socktype.";
160 socktype = (hints && hints->ai_socktype) ? hints->ai_socktype
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dgetaddrinfo.c86 ai->ai_socktype = socktype;
105 return "servname not supported for ai_socktype.";
136 socktype = (hints && hints->ai_socktype) ? hints->ai_socktype
/macosx-10.10/KerberosHelper-151/Source/
H A DLKDC-lookup-plugin.m137 aiHints.ai_socktype = socktype;
150 debug("0x%08p: family = %d, socktype = %d, protocol = %d", res, res->ai_family, res->ai_socktype, res->ai_protocol);
167 err = cbfunc (cbdata, res->ai_socktype, res->ai_addr);
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dgetaddrinfo.c159 "servname not supported for ai_socktype.", /* EAI_SERVICE */
160 "ai_socktype not supported.", /* EAI_SOCKTYPE */
298 pai->ai_socktype = ANY;
326 switch (pai->ai_socktype) {
332 pai->ai_socktype = SOCK_DGRAM;
335 pai->ai_socktype = SOCK_STREAM;
339 pai->ai_socktype = SOCK_RAW;
371 if (pai->ai_socktype == ANY) {
373 pai->ai_socktype = SOCK_DGRAM;
384 switch (pai->ai_socktype) {
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/export/samples/
H A Dsample-gai.c38 hints.ai_socktype = SOCK_STREAM;
/macosx-10.10/bind9-45.101/bind9/lib/irs/
H A Dgetaddrinfo.c37 * int ai_socktype; // SOCK_xxx
58 * <li>ai_socktype:
60 * SOCK_RAW -- that is wanted. When ai_socktype is zero the caller
102 * NULL pointer is encountered. The three members ai_family, ai_socktype,
216 socktype = hints->ai_socktype;
221 switch (hints->ai_socktype) {
232 switch (hints->ai_socktype) {
249 switch (hints->ai_socktype) {
331 ai->ai_socktype = socktype;
344 ai->ai_socktype
525 int ai_socktype; member in struct:gai_statehead
[all...]
/macosx-10.10/curl-83.1.2/curl/tests/server/
H A Dresolve.c136 hints.ai_socktype = SOCK_STREAM;
/macosx-10.10/libpcap-48/libpcap/Win32/Include/
H A Daddrinfo.h45 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
46 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
74 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
/macosx-10.10/network_cmds-457/mnc.tproj/
H A Dmnc_main.c87 if ((sock = socket(config->group->ai_family, config->group->ai_socktype,
H A Dmnc_opts.c145 hints.ai_socktype = SOCK_DGRAM;
/macosx-10.10/postfix-255/postfix/auxiliary/name-addr-test/
H A Dgetaddrinfo.c44 hints.ai_socktype = SOCK_STREAM;

Completed in 338 milliseconds

12345678