SYNOPSIS
#include <netdb.h>
const char *gai_strerror(int ecode);
DESCRIPTION
The
The error value can be one of the following:
EAI_AGAIN EAI_BADFLAGS EAI_FAIL EAI_FAMILY EAI_MEMORY EAI_NONAME EAI_OVERFLOW EAI_SERVICE EAI_SOCKTYPE EAI_SYSTEM
When the specified error code is not one of these,
PARAMETERS
- ecode
-
Specifies an error code from
getaddrinfo() orgetnameinfo() for which a corresponding descriptive string is to be returned.
RETURN VALUES
For valid error codes,
CONFORMANCE
UNIX 03.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
getaddrinfo() ,getnameinfo()
PTC MKS Toolkit 10.4 Documentation Build 39.