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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dfake-addrinfo.h112 int ai_socktype; /* SOCK_foo */ member in struct:addrinfo
/illumos-gate/usr/src/head/
H A Dnetdb.h115 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
159 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
160 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c112 int ai_socktype; member in struct:addrinfo
144 switch (hint->ai_socktype)
228 hint.ai_socktype = SOCK_STREAM;
239 hint.ai_socktype = SOCK_STREAM;
248 hint.ai_socktype = SOCK_DGRAM;
284 if (!p->ai_socktype)
285 p->ai_socktype = hint.ai_socktype;
286 while ((fd = socket(p->ai_family, p->ai_socktype, p->ai_protocol)) >= 0)

Completed in 339 milliseconds