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

/ast/src/cmd/ksh93/sh/
H A Dio.c120 int ai_socktype; member in struct:addrinfo
152 switch (hint->ai_socktype)
238 hint.ai_socktype = SOCK_STREAM;
249 hint.ai_socktype = SOCK_STREAM;
258 hint.ai_socktype = SOCK_DGRAM;
296 if (!p->ai_socktype)
297 p->ai_socktype = hint.ai_socktype;
298 while ((fd = socket(p->ai_family, p->ai_socktype, p->ai_protocol)) >= 0)

Completed in 12 milliseconds