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