Searched refs:EAI_NODATA (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c67 #if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME
68 case EAI_NODATA:
/freebsd-current/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
/freebsd-current/contrib/ldns/compat/
H A Dfake-rfc2553.h127 #ifndef EAI_NODATA
128 # define EAI_NODATA (INT_MAX - 1) macro
H A Dfake-rfc2553.c72 return (EAI_NODATA);
93 case EAI_NODATA:
227 return (EAI_NODATA);
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h121 #ifndef EAI_NODATA
122 # define EAI_NODATA (INT_MAX - 1) macro
H A Dfake-rfc2553.c73 return (EAI_NODATA);
94 case EAI_NODATA:
233 return (EAI_NODATA);
/freebsd-current/contrib/unbound/compat/
H A Dfake-rfc2553.h122 #ifndef EAI_NODATA
123 # define EAI_NODATA (INT_MAX - 1) macro
H A Dfake-rfc2553.c70 return (EAI_NODATA);
91 case EAI_NODATA:
223 return (EAI_NODATA);
/freebsd-current/contrib/ntp/libntp/
H A Dsocktohost.c66 #ifdef EAI_NODATA
67 || a_info == EAI_NODATA
H A Dntp_intres.c1117 #if defined(EAI_NODATA) && (EAI_NODATA != EAI_NONAME)
1118 case EAI_NODATA:
/freebsd-current/contrib/ntp/include/
H A Dntp_rfc2553.h203 #define EAI_NODATA 7 /* no address associated with hostname */ macro
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h730 #if defined(EAI_NODATA) && defined(EVENT__HAVE_GETADDRINFO) && (!defined(EAI_NONAME) || EAI_NODATA != EAI_NONAME)
731 #define EVUTIL_EAI_NODATA EAI_NODATA
/freebsd-current/contrib/libevent/include/event2/
H A Dutil.h730 #if defined(EAI_NODATA) && defined(EVENT__HAVE_GETADDRINFO) && (!defined(EAI_NONAME) || EAI_NODATA != EAI_NONAME)
731 #define EVUTIL_EAI_NODATA EAI_NODATA
/freebsd-current/include/
H A Dnetdb.h172 /* EAI_NODATA was obsoleted by RFC 3493, retained here as extension */
173 #define EAI_NODATA 7 /* no address associated with hostname */ macro
/freebsd-current/contrib/tnftp/
H A Dtnftp.h235 #undef EAI_NODATA macro
236 #define EAI_NODATA 7 /* no address associated with hostname */ macro
/freebsd-current/contrib/wireguard-tools/
H A Dconfig.c249 * doesn't matter that much since EAI_FAIL, EAI_NONAME and EAI_NODATA are all
253 * So this is what we do, except FreeBSD removed EAI_NODATA some time ago, so that's conditional.
256 #ifdef EAI_NODATA
257 ret == EAI_NODATA ||
/freebsd-current/contrib/libpcap/
H A Dsockutils.c967 * RFC 2553 had both EAI_NODATA and EAI_NONAME.
971 * Some implementations define EAI_NODATA and EAI_NONAME
972 * to the same value, others don't. If EAI_NODATA is
974 * EAI_NODATA.
976 #if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME
977 case EAI_NODATA:
/freebsd-current/contrib/ntp/ntpdc/
H A Dntpdc.c446 #ifdef EAI_NODATA
447 || a_info == EAI_NODATA
466 * comment out #define EAI_NODATA WSANODATA claiming it
469 * #defines EAI_NODATA EAI_NONAME (== WSAHOST_NOT_FOUND)
/freebsd-current/lib/libfetch/
H A Dcommon.c70 #ifdef EAI_NODATA
71 { EAI_NODATA, FETCH_RESOLV, "No address for host" },
/freebsd-current/contrib/ntp/ntpq/
H A Dntpq.c709 #ifdef EAI_NODATA
710 || a_info == EAI_NODATA
730 * comment out #define EAI_NODATA WSANODATA claiming it
733 * #defines EAI_NODATA EAI_NONAME (== WSAHOST_NOT_FOUND)
/freebsd-current/crypto/openssh/
H A Dssh.c275 if (logerr || (gaierr != EAI_NONAME && gaierr != EAI_NODATA))

Completed in 296 milliseconds