LWRES_GAI_STRERRORSection: (3)Updated: Jun 30, 2000 |
LWRES_GAI_STRERRORSection: (3)Updated: Jun 30, 2000 |
char * gai_strerror(int ecode);
lwres_gai_strerror() returns an error message corresponding to an error code returned by getaddrinfo(). The following error codes and their meaning are defined in include/lwres/netdb.h.
The message invalid error code is returned if ecode is out of range.
ai_flags, ai_family and ai_socktype are elements of the struct addrinfo used by lwres_getaddrinfo().
strerror(3), lwres_getaddrinfo(3), getaddrinfo(3), RFC2133.