Searched refs:EAI_SYSTEM (Results 1 – 25 of 48) sorted by relevance
12
81 #ifdef EAI_SYSTEM in krb5_eai_to_heim_errno()82 case EAI_SYSTEM: in krb5_eai_to_heim_errno()
357 #ifdef EAI_SYSTEM in blocking_getaddrinfo()358 if (EAI_SYSTEM == gai_resp->retcode) in blocking_getaddrinfo()535 #ifdef EAI_SYSTEM in getaddrinfo_sometime_complete()536 if (EAI_SYSTEM == gai_resp->retcode) { in getaddrinfo_sometime_complete()749 #ifdef EAI_SYSTEM in blocking_getnameinfo()750 if (EAI_SYSTEM == gni_resp->retcode) in blocking_getnameinfo()1101 #if defined (EAI_SYSTEM) && defined(DEBUG) in should_retry_dns()1129 #ifdef EAI_SYSTEM in should_retry_dns()1130 case EAI_SYSTEM: in should_retry_dns()
50 return EAI_SYSTEM; in doit()65 return EAI_SYSTEM; in doit()
57 {EAI_SYSTEM, "system error returned in errno"},
209 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
131 #ifndef EAI_SYSTEM132 # define EAI_SYSTEM (INT_MAX - 4) macro
136 #ifndef EAI_SYSTEM137 # define EAI_SYSTEM (INT_MAX - 4) macro
130 #ifndef EAI_SYSTEM131 # define EAI_SYSTEM (INT_MAX - 4) macro
286 return EAI_SYSTEM; in getnameinfo_inet()334 return EAI_SYSTEM; in getnameinfo_inet()351 return EAI_SYSTEM; in ip6_parsenumeric()
212 # ifdef EAI_SYSTEM in addr_strings()213 if (ret == EAI_SYSTEM) { in addr_strings()707 # ifdef EAI_SYSTEM in BIO_lookup_ex()708 case EAI_SYSTEM: in BIO_lookup_ex()
243 #undef EAI_SYSTEM244 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
223 #ifdef EAI_SYSTEM in ATF_TC_BODY()
207 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
284 $ EAI_SYSTEM
286 $ EAI_SYSTEM
750 #if defined(EAI_SYSTEM) && defined(EVENT__HAVE_GETADDRINFO)751 #define EVUTIL_EAI_SYSTEM EAI_SYSTEM
180 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
616 #ifdef EAI_SYSTEM in get_gai_errstring()617 case EAI_SYSTEM: in get_gai_errstring()
144 r == EAI_SYSTEM ? strerror(errno) : gai_strerror(r)); in aug_get_machine()