Home
last modified time | relevance | path

Searched refs:EAI_NODATA (Results 1 – 24 of 24) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c67 #if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME in krb5_eai_to_heim_errno()
68 case EAI_NODATA: in krb5_eai_to_heim_errno()
/freebsd/crypto/heimdal/lib/roken/
H A Dgai_strerror.c51 #ifdef EAI_NODATA
52 {EAI_NODATA, "no address associated with nodename"},
H A Droken-common.h205 #define EAI_NODATA 7 /* no address associated with nodename */ macro
H A DChangeLog718 * gai_strerror.c: EAI_ADDRFAMILY and EAI_NODATA is deprecated
/freebsd/contrib/unbound/compat/
H A Dfake-rfc2553.c70 return (EAI_NODATA); in getnameinfo()
91 case EAI_NODATA: in gai_strerror()
223 return (EAI_NODATA); in getaddrinfo()
H A Dfake-rfc2553.h122 #ifndef EAI_NODATA
123 # define EAI_NODATA (INT_MAX - 1) macro
/freebsd/contrib/ldns/compat/
H A Dfake-rfc2553.c72 return (EAI_NODATA); in getnameinfo()
93 case EAI_NODATA: in gai_strerror()
227 return (EAI_NODATA); in getaddrinfo()
H A Dfake-rfc2553.h127 #ifndef EAI_NODATA
128 # define EAI_NODATA (INT_MAX - 1) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.c73 return (EAI_NODATA); in getnameinfo()
94 case EAI_NODATA: in gai_strerror()
233 return (EAI_NODATA); in getaddrinfo()
H A Dfake-rfc2553.h121 #ifndef EAI_NODATA
122 # define EAI_NODATA (INT_MAX - 1) macro
/freebsd/contrib/ntp/libntp/
H A Dsocktohost.c66 #ifdef EAI_NODATA in socktohost()
67 || a_info == EAI_NODATA in socktohost()
H A Dntp_intres.c1117 #if defined(EAI_NODATA) && (EAI_NODATA != EAI_NONAME) in should_retry_dns()
1118 case EAI_NODATA: in should_retry_dns()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h730 #if defined(EAI_NODATA) && defined(EVENT__HAVE_GETADDRINFO) && (!defined(EAI_NONAME) || EAI_NODATA
731 #define EVUTIL_EAI_NODATA EAI_NODATA
/freebsd/contrib/libevent/include/event2/
H A Dutil.h730 #if defined(EAI_NODATA) && defined(EVENT__HAVE_GETADDRINFO) && (!defined(EAI_NONAME) || EAI_NODATA
731 #define EVUTIL_EAI_NODATA EAI_NODATA
/freebsd/contrib/tnftp/
H A Dtnftp.h235 #undef EAI_NODATA
236 #define EAI_NODATA 7 /* no address associated with hostname */ macro
/freebsd/contrib/ntp/include/
H A Dntp_rfc2553.h203 #define EAI_NODATA 7 /* no address associated with hostname */ macro
/freebsd/include/
H A Dnetdb.h173 #define EAI_NODATA 7 /* no address associated with hostname */ macro
/freebsd/contrib/libpcap/
H A Dsockutils.c976 #if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME in get_gai_errstring()
977 case EAI_NODATA: in get_gai_errstring()
/freebsd/contrib/wireguard-tools/
H A Dconfig.c256 #ifdef EAI_NODATA in parse_endpoint()
257 ret == EAI_NODATA || in parse_endpoint()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c446 #ifdef EAI_NODATA in openhost()
447 || a_info == EAI_NODATA in openhost()
/freebsd/lib/libfetch/
H A Dcommon.c70 #ifdef EAI_NODATA
71 { EAI_NODATA, FETCH_RESOLV, "No address for host" },
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c709 #ifdef EAI_NODATA in openhost()
710 || a_info == EAI_NODATA in openhost()
/freebsd/crypto/openssh/
H A Dssh.c275 if (logerr || (gaierr != EAI_NONAME && gaierr != EAI_NODATA)) in resolve_host()
/freebsd/crypto/heimdal/
H A DChangeLog.200361 * lib/krb5/eai_to_heim_errno.c: EAI_ADDRFAMILY and EAI_NODATA is
65 EAI_NODATA, because its depricated in RFC3493 Pointed out by