Lines Matching defs:getaddrinfo
1 /* $NetBSD: getaddrinfo.c,v 1.1 2024/02/18 20:57:47 christos Exp $ */
19 * getaddrinfo() is used to get a list of IP addresses and port
67 * getaddrinfo() will return a null-terminated string
96 * After a successful call to getaddrinfo(), *res is a pointer to a
105 * All of the information returned by getaddrinfo() is dynamically
109 * successful call to getaddrinfo() is released by freeaddrinfo().
110 * ai is a pointer to a struct addrinfo created by a call to getaddrinfo().
114 * getaddrinfo() returns zero on success or one of the error codes
116 * servname are NULL getaddrinfo() returns #EAI_NONAME.
120 * getaddrinfo(), freeaddrinfo(),
243 getaddrinfo(const char *hostname, const char *servname,