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

/ast/src/cmd/ksh93/sh/
H A Dio.c108 #undef addrinfo macro
112 #define addrinfo local_addrinfo macro
116 struct addrinfo struct
124 struct addrinfo* ai_next;
128 getaddrinfo(const char* node, const char* service, const struct addrinfo* hint, struct addrinfo **addr)
132 struct addrinfo* ap;
184 if (!(ap = newof(0, struct addrinfo, 1, sizeof(struct sockaddr_in))))
200 freeaddrinfo(struct addrinfo* ap)
213 typedef int (*Inetintr_f)(struct addrinfo*, voi
[all...]

Completed in 12 milliseconds