Searched refs:EAI_FAIL (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dgai_strerror.c48 {EAI_FAIL, "non-recoverable failure in name resolution"},
H A Droken-common.h202 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c61 case EAI_FAIL:
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h75 #undef EAI_FAIL macro
90 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
/freebsd-10-stable/contrib/tcpdump/missing/
H A Daddrinfo.h40 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
/freebsd-10-stable/contrib/netbsd-tests/include/
H A Dt_netdb.c175 #ifdef EAI_FAIL
179 atf_tc_fail_nonfatal("EAI_FAIL not defined");
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_rfc2553.h200 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
/freebsd-10-stable/include/
H A Dnetdb.h156 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
/freebsd-10-stable/contrib/tnftp/
H A Dtnftp.h229 #undef EAI_FAIL macro
230 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
/freebsd-10-stable/lib/libc/net/
H A Dgetnameinfo.c82 return (EAI_FAIL);
143 return EAI_FAIL;
H A Dgetaddrinfo.c551 ERR(EAI_FAIL);
640 error = EAI_FAIL;
1952 error = EAI_FAIL;
/freebsd-10-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h663 #if defined(EAI_FAIL) && defined(EVENT__HAVE_GETADDRINFO)
664 #define EVUTIL_EAI_FAIL EAI_FAIL
/freebsd-10-stable/contrib/ntp/libntp/
H A Dntp_rfc2553.c238 "Non-recoverable failure in name resolution", /* EAI_FAIL */
448 return (EAI_FAIL);
H A Dntp_intres.c1113 case EAI_FAIL:
/freebsd-10-stable/lib/libfetch/
H A Dcommon.c70 { EAI_FAIL, FETCH_RESOLV, "Non-recoverable resolver failure" },
/freebsd-10-stable/contrib/ntp/ntpdate/
H A Dntpdate.c1372 if (error == EAI_FAIL || error == EAI_AGAIN){

Completed in 128 milliseconds