Lines Matching defs:getaddrinfo
9 /* $Id: getaddrinfo.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */
14 * getaddrinfo() is used to get a list of IP addresses and port
62 * getaddrinfo() will return a null-terminated string
91 * After a successful call to getaddrinfo(), *res is a pointer to a
100 * All of the information returned by getaddrinfo() is dynamically
104 * successful call to getaddrinfo() is released by freeaddrinfo().
105 * ai is a pointer to a struct addrinfo created by a call to getaddrinfo().
109 * getaddrinfo() returns zero on success or one of the error codes
111 * servname are NULL getaddrinfo() returns #EAI_NONAME.
115 * getaddrinfo(), freeaddrinfo(),
187 getaddrinfo(const char *hostname, const char *servname,