Searched refs:EAI_NONAME (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c67 #if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME
75 case EAI_NONAME:
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgai_strerror.c54 {EAI_NONAME, "nodename nor servname provided, or not known"},
H A Dgetnameinfo_verified.c60 return EAI_NONAME;
90 return EAI_NONAME;
H A Dgetaddrinfo.c96 return EAI_NONAME;
307 return EAI_NONAME;
320 int ret = EAI_NONAME;
382 return EAI_NONAME;
403 ret = EAI_NONAME;
H A Dgetnameinfo.c63 return EAI_NONAME;
H A Droken-common.h197 #ifndef EAI_NONAME
206 #define EAI_NONAME 8 /* nodename nor servname provided, or not known */ macro
211 #endif /* EAI_NONAME */
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h79 #undef EAI_NONAME macro
94 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro
/freebsd-11-stable/contrib/ldns/compat/
H A Dfake-rfc2553.h133 #ifndef EAI_NONAME
134 # define EAI_NONAME (INT_MAX - 3) macro
H A Dfake-rfc2553.c97 case EAI_NONAME:
201 return (EAI_NONAME);
/freebsd-11-stable/contrib/unbound/compat/
H A Dfake-rfc2553.h128 #ifndef EAI_NONAME
129 # define EAI_NONAME (INT_MAX - 3) macro
H A Dfake-rfc2553.c95 case EAI_NONAME:
197 return (EAI_NONAME);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h127 #ifndef EAI_NONAME
128 # define EAI_NONAME (INT_MAX - 3) macro
H A Dfake-rfc2553.c98 case EAI_NONAME:
207 return (EAI_NONAME);
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_netdb.c199 #ifdef EAI_NONAME
203 atf_tc_fail_nonfatal("EAI_NONAME not defined");
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_rfc2553.h204 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsocktohost.c66 if (a_info == EAI_NONAME
H A Dntp_rfc2553.c242 "hostname nor servname provided, or not known", /* EAI_NONAME */
296 return (EAI_NONAME);
539 return (EAI_NONAME);
550 else if (errval == EAI_NONAME) {
/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)
686 #if defined(EAI_NONAME) && defined(EVENT__HAVE_GETADDRINFO)
687 #define EVUTIL_EAI_NONAME EAI_NONAME
/freebsd-11-stable/include/
H A Dnetdb.h175 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h237 #undef EAI_NONAME macro
238 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro
/freebsd-11-stable/lib/libc/net/
H A Dgetnameinfo.c259 return EAI_NONAME;
307 return EAI_NONAME;
/freebsd-11-stable/contrib/libpcap/
H A Dnametoaddr.c324 if (error != EAI_NONAME &&
368 if (error != EAI_NONAME &&
H A Dsockutils.c515 * 3) the error message for the most likely error, EAI_NONAME, is
581 * RFC 2553 had both EAI_NODATA and EAI_NONAME.
583 * RFC 3493 has only EAI_NONAME.
585 * Some implementations define EAI_NODATA and EAI_NONAME
587 * defined and isn't the same as EAI_NONAME, we handle
590 #if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME
598 case EAI_NONAME:
/freebsd-11-stable/contrib/dma/
H A Ddns.c83 case EAI_NONAME:
85 * EAI_NONAME gets returned for:
/freebsd-11-stable/usr.sbin/ypldap/
H A Dypldap_dns.c219 if (error == EAI_AGAIN || error == EAI_NONAME)

Completed in 221 milliseconds

12