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

/freebsd-current/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-current/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c61 case EAI_FAIL:
/freebsd-current/contrib/ntp/include/
H A Dntp_rfc2553.h200 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_netdb.c175 #ifdef EAI_FAIL
179 atf_tc_fail_nonfatal("EAI_FAIL not defined");
/freebsd-current/include/
H A Dnetdb.h168 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
/freebsd-current/contrib/tnftp/
H A Dtnftp.h229 #undef EAI_FAIL macro
230 #define EAI_FAIL 4 /* non-recoverable failure in name resolution */ macro
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h712 #if defined(EAI_FAIL) && defined(EVENT__HAVE_GETADDRINFO)
713 #define EVUTIL_EAI_FAIL EAI_FAIL
/freebsd-current/contrib/libevent/include/event2/
H A Dutil.h712 #if defined(EAI_FAIL) && defined(EVENT__HAVE_GETADDRINFO)
713 #define EVUTIL_EAI_FAIL EAI_FAIL
/freebsd-current/contrib/ntp/libntp/
H A Dntp_rfc2553.c238 "Non-recoverable failure in name resolution", /* EAI_FAIL */
448 return (EAI_FAIL);
H A Dntp_intres.c1107 case EAI_FAIL:
/freebsd-current/lib/libc/net/
H A Dgetnameinfo.c119 return (EAI_FAIL);
H A Dgetaddrinfo.c567 ERR(EAI_FAIL);
656 error = EAI_FAIL;
1948 error = EAI_FAIL;
/freebsd-current/lib/libcasper/services/cap_dns/
H A Dcap_dns.c555 error = EAI_FAIL;
566 error = EAI_FAIL;
/freebsd-current/contrib/wireguard-tools/
H A Dconfig.c249 * doesn't matter that much since EAI_FAIL, EAI_NONAME and EAI_NODATA are all
255 if (ret == EAI_NONAME || ret == EAI_FAIL ||
/freebsd-current/lib/libcasper/services/cap_net/
H A Dcap_net.c896 error = EAI_FAIL;
911 error = EAI_FAIL;
/freebsd-current/contrib/libpcap/
H A Dsockutils.c948 case EAI_FAIL:
/freebsd-current/contrib/ntp/ntpdate/
H A Dntpdate.c1380 if (error == EAI_FAIL || error == EAI_AGAIN){
/freebsd-current/lib/libfetch/
H A Dcommon.c74 { EAI_FAIL, FETCH_RESOLV, "Non-recoverable resolver failure" },

Completed in 375 milliseconds