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

/ast/src/cmd/ksh93/sh/
H A Dio.c128 getaddrinfo(const char* node, const char* service, const struct addrinfo* hint, struct addrinfo **addr) argument
151 if (hint)
152 switch (hint->ai_socktype)
155 switch (hint->ai_protocol)
186 if (hint)
187 *ap = *hint;
222 struct addrinfo hint; local
227 memset(&hint, 0, sizeof(hint));
228 hint
[all...]

Completed in 15 milliseconds