Home
last modified time | relevance | path

Searched refs:EAI_NONAME (Results 1 – 25 of 52) sorted by relevance

123

/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()
75 case EAI_NONAME: in krb5_eai_to_heim_errno()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c96 return EAI_NONAME; in get_port_protocol_socktype()
309 return EAI_NONAME; in get_number()
322 int ret = EAI_NONAME; in get_nodes()
384 return EAI_NONAME; in getaddrinfo()
405 ret = EAI_NONAME; in getaddrinfo()
H A Dgetnameinfo_verified.c60 return EAI_NONAME; in getnameinfo_verified()
90 return EAI_NONAME; in getnameinfo_verified()
H A Dgai_strerror.c54 {EAI_NONAME, "nodename nor servname provided, or not known"},
H A Droken-common.h197 #ifndef EAI_NONAME
206 #define EAI_NONAME 8 /* nodename nor servname provided, or not known */ macro
H A Dgetnameinfo.c63 return EAI_NONAME; in doit()
/freebsd/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: in gai_strerror()
197 return (EAI_NONAME); in getaddrinfo()
/freebsd/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: in gai_strerror()
201 return (EAI_NONAME); in getaddrinfo()
/freebsd/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: in gai_strerror()
207 return (EAI_NONAME); in getaddrinfo()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h730 …I_NODATA) && defined(EVENT__HAVE_GETADDRINFO) && (!defined(EAI_NONAME) || EAI_NODATA != EAI_NONAME)
735 #if defined(EAI_NONAME) && defined(EVENT__HAVE_GETADDRINFO)
736 #define EVUTIL_EAI_NONAME EAI_NONAME
/freebsd/contrib/libevent/include/event2/
H A Dutil.h730 …I_NODATA) && defined(EVENT__HAVE_GETADDRINFO) && (!defined(EAI_NONAME) || EAI_NODATA != EAI_NONAME)
735 #if defined(EAI_NONAME) && defined(EVENT__HAVE_GETADDRINFO)
736 #define EVUTIL_EAI_NONAME EAI_NONAME
/freebsd/contrib/ntp/libntp/
H A Dntp_rfc2553.c296 return (EAI_NONAME); in getaddrinfo()
539 return (EAI_NONAME); in do_nodename()
550 else if (errval == EAI_NONAME) { in do_nodename()
H A Dsocktohost.c65 if (a_info == EAI_NONAME in socktohost()
/freebsd/contrib/tnftp/
H A Dtnftp.h237 #undef EAI_NONAME
238 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro
/freebsd/contrib/netbsd-tests/include/
H A Dt_netdb.c199 #ifdef EAI_NONAME in ATF_TC_BODY()
/freebsd/contrib/ntp/include/
H A Dntp_rfc2553.h204 #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ macro
/freebsd/lib/libc/nls/
H A Dja_JP.UTF-8.msg277 $ EAI_NONAME
H A Dja_JP.eucJP.msg277 $ EAI_NONAME
H A Dko_KR.UTF-8.msg277 $ EAI_NONAME
H A Dko_KR.eucKR.msg277 $ EAI_NONAME
H A Dzh_CN.UTF-8.msg277 $ EAI_NONAME
/freebsd/contrib/libpcap/
H A Dnametoaddr.c345 if (error != EAI_NONAME && in pcap_nametoport()
389 if (error != EAI_NONAME && in pcap_nametoport()

123