Home
last modified time | relevance | path

Searched refs:EAI_SYSTEM (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-10-stable/crypto/heimdal/lib/krb5/
Deai_to_heim_errno.c81 #ifdef EAI_SYSTEM in krb5_eai_to_heim_errno()
82 case EAI_SYSTEM: in krb5_eai_to_heim_errno()
/freebsd-10-stable/contrib/ntp/libntp/
Dntp_intres.c357 #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()
/freebsd-10-stable/contrib/unbound/compat/
Dfake-rfc2553.h131 #ifndef EAI_SYSTEM
132 # define EAI_SYSTEM (INT_MAX - 4) macro
/freebsd-10-stable/crypto/heimdal/lib/roken/
Dgetnameinfo.c50 return EAI_SYSTEM; in doit()
65 return EAI_SYSTEM; in doit()
Dgai_strerror.c57 {EAI_SYSTEM, "system error returned in errno"},
Droken-common.h209 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/freebsd-10-stable/contrib/ldns/compat/
Dfake-rfc2553.h136 #ifndef EAI_SYSTEM
137 # define EAI_SYSTEM (INT_MAX - 4) macro
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
Dnetdb.h82 #undef EAI_SYSTEM
97 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
Dfake-rfc2553.h132 #ifndef EAI_SYSTEM
133 # define EAI_SYSTEM (INT_MAX - 4) macro
/freebsd-10-stable/lib/libc/net/
Dgetnameinfo.c240 return EAI_SYSTEM; in getnameinfo_inet()
288 return EAI_SYSTEM; in getnameinfo_inet()
305 return EAI_SYSTEM; in ip6_parsenumeric()
/freebsd-10-stable/contrib/tnftp/
Dtnftp.h243 #undef EAI_SYSTEM
244 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/freebsd-10-stable/contrib/tcpdump/missing/
Daddrinfo.h47 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/freebsd-10-stable/contrib/netbsd-tests/include/
Dt_netdb.c223 #ifdef EAI_SYSTEM in ATF_TC_BODY()
/freebsd-10-stable/contrib/ntp/include/
Dntp_rfc2553.h207 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/freebsd-10-stable/contrib/ntp/sntp/libevent/include/event2/
Dutil.h701 #if defined(EAI_SYSTEM) && defined(EVENT__HAVE_GETADDRINFO)
702 #define EVUTIL_EAI_SYSTEM EAI_SYSTEM
/freebsd-10-stable/lib/libc/nls/
Dja_JP.UTF-8.msg284 $ EAI_SYSTEM
Dko_KR.eucKR.msg284 $ EAI_SYSTEM
Dko_KR.UTF-8.msg284 $ EAI_SYSTEM
Dzh_CN.UTF-8.msg284 $ EAI_SYSTEM
Dja_JP.eucJP.msg284 $ EAI_SYSTEM
Dzh_CN.GB2312.msg286 $ EAI_SYSTEM
Dzh_CN.GB18030.msg286 $ EAI_SYSTEM
/freebsd-10-stable/include/
Dnetdb.h166 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/freebsd-10-stable/crypto/openssh/
Daudit-bsm.c147 r == EAI_SYSTEM ? strerror(errno) : gai_strerror(r)); in aug_get_machine()
/freebsd-10-stable/contrib/apr/network_io/unix/
Dsockaddr.c397 if (error == EAI_SYSTEM) {
687 if (rc == EAI_SYSTEM) {

12