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

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c67 #if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME
68 case EAI_NODATA:
/freebsd-11-stable/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-11-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h78 #undef EAI_NODATA macro
93 #define EAI_NODATA 7 /* no address associated with hostname */ macro
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsocktohost.c67 #ifdef EAI_NODATA
68 || a_info == EAI_NODATA
H A Dntp_intres.c1123 #if defined(EAI_NODATA) && (EAI_NODATA != EAI_NONAME)
1124 case EAI_NODATA:
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/ntp/include/
H A Dntp_rfc2553.h203 #define EAI_NODATA 7 /* no address associated with hostname */ macro
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h681 #if defined(EAI_NODATA) && defined(EVENT__HAVE_GETADDRINFO) && (!defined(EAI_NONAME) || EAI_NODATA != EAI_NONAME)
682 #define EVUTIL_EAI_NODATA EAI_NODATA
/freebsd-11-stable/include/
H A Dnetdb.h173 #define EAI_NODATA 7 /* no address associated with hostname */
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h235 #undef EAI_NODATA macro
236 #define EAI_NODATA 7 /* no address associated with hostname */ macro
/freebsd-11-stable/contrib/libpcap/
H A Dsockutils.c581 * RFC 2553 had both EAI_NODATA and EAI_NONAME.
585 * Some implementations define EAI_NODATA and EAI_NONAME
586 * to the same value, others don't. If EAI_NODATA is
588 * EAI_NODATA.
590 #if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME
591 case EAI_NODATA:
/freebsd-11-stable/lib/libfetch/
H A Dcommon.c66 #ifdef EAI_NODATA
67 { EAI_NODATA, FETCH_RESOLV, "Host not found" },
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c446 #ifdef EAI_NODATA
447 || a_info == EAI_NODATA
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c699 #ifdef EAI_NODATA
700 || a_info == EAI_NODATA
/freebsd-11-stable/crypto/openssh/
H A Dssh.c256 if (logerr || (gaierr != EAI_NONAME && gaierr != EAI_NODATA))

Completed in 142 milliseconds