1 _S(EAI_ADDRFAMILY
, N_("Address family for hostname not supported"))
2 _S(EAI_AGAIN
, N_("Temporary failure in name resolution"))
3 _S(EAI_BADFLAGS
, N_("Bad value for ai_flags"))
4 _S(EAI_FAIL
, N_("Non-recoverable failure in name resolution"))
5 _S(EAI_FAMILY
, N_("ai_family not supported"))
6 _S(EAI_MEMORY
, N_("Memory allocation failure"))
7 _S(EAI_NODATA
, N_("No address associated with hostname"))
8 _S(EAI_NONAME
, N_("Name or service not known"))
9 _S(EAI_SERVICE
, N_("Servname not supported for ai_socktype"))
10 _S(EAI_SOCKTYPE
, N_("ai_socktype not supported"))
11 _S(EAI_SYSTEM
, N_("System error"))
12 _S(EAI_INPROGRESS
, N_("Processing request in progress"))
13 _S(EAI_CANCELED
, N_("Request canceled"))
14 _S(EAI_NOTCANCELED
, N_("Request not canceled"))
15 _S(EAI_ALLDONE
, N_("All requests done"))
16 _S(EAI_INTR
, N_("Interrupted by a signal"))
17 _S(EAI_IDN_ENCODE
, N_("Parameter string not correctly encoded"))