Manpages LWRES_GAI_STRERRORSection: C Library Functions (3)Updated: Jun 30, 2000 Index Return to Main Contents NAMEgai_strerror - print suitable error stringSYNOPSIS#include <lwres/netdb.h>char * gai_strerror(int ecode); DESCRIPTIONlwres_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(). SEE ALSOstrerror(3), lwres_getaddrinfo(3), getaddrinfo(3), RFC2133.
IndexThis document was created by man2html, using the manual pages. Time: 13:21:08 GMT, July 09, 2025 |