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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dfake-addrinfo.h112 int ai_socktype; /* SOCK_foo */ member in struct:addrinfo
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c115 int ai_socktype; member in struct:addrinfo
147 switch (hint->ai_socktype)
233 hint.ai_socktype = SOCK_STREAM;
244 hint.ai_socktype = SOCK_STREAM;
253 hint.ai_socktype = SOCK_DGRAM;
291 if (!p->ai_socktype)
292 p->ai_socktype = hint.ai_socktype;
293 while ((fd = socket(p->ai_family, p->ai_socktype, p->ai_protocol)) >= 0)

Completed in 42 milliseconds