Searched refs:EAI_SYSTEM (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c81 #ifdef EAI_SYSTEM
82 case EAI_SYSTEM:
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgai_strerror.c57 {EAI_SYSTEM, "system error returned in errno"},
H A Dgetnameinfo.c50 return EAI_SYSTEM;
65 return EAI_SYSTEM;
H A Droken-common.h209 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h82 #undef EAI_SYSTEM macro
97 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/freebsd-11-stable/contrib/ldns/compat/
H A Dfake-rfc2553.h136 #ifndef EAI_SYSTEM
137 # define EAI_SYSTEM (INT_MAX - 4) macro
/freebsd-11-stable/contrib/unbound/compat/
H A Dfake-rfc2553.h131 #ifndef EAI_SYSTEM
132 # define EAI_SYSTEM (INT_MAX - 4) macro
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h130 #ifndef EAI_SYSTEM
131 # define EAI_SYSTEM (INT_MAX - 4) macro
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_netdb.c223 #ifdef EAI_SYSTEM
227 atf_tc_fail_nonfatal("EAI_SYSTEM not defined");
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_rfc2553.h207 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_intres.c141 int gai_errno; /* for EAI_SYSTEM case */
166 int gni_errno; /* for EAI_SYSTEM case */
357 #ifdef EAI_SYSTEM
358 if (EAI_SYSTEM == gai_resp->retcode)
535 #ifdef EAI_SYSTEM
536 if (EAI_SYSTEM == gai_resp->retcode) {
539 "retrying DNS %s%s: EAI_SYSTEM %d: %m",
749 #ifdef EAI_SYSTEM
750 if (EAI_SYSTEM == gni_resp->retcode)
1101 #if defined (EAI_SYSTEM)
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dgetnameinfo.c276 return EAI_SYSTEM;
324 return EAI_SYSTEM;
341 return EAI_SYSTEM;
H A Drcmd.c127 if (error == EAI_SYSTEM)
/freebsd-11-stable/include/
H A Dnetdb.h178 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h243 #undef EAI_SYSTEM macro
244 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h701 #if defined(EAI_SYSTEM) && defined(EVENT__HAVE_GETADDRINFO)
702 #define EVUTIL_EAI_SYSTEM EAI_SYSTEM
/freebsd-11-stable/contrib/libpcap/
H A Dsockutils.c616 #ifdef EAI_SYSTEM
617 case EAI_SYSTEM:
/freebsd-11-stable/crypto/openssh/
H A Daudit-bsm.c145 r == EAI_SYSTEM ? strerror(errno) : gai_strerror(r));
H A Dmisc.c134 if (gaierr == EAI_SYSTEM && errno != 0)
/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c464 #ifdef EAI_SYSTEM
465 if (EAI_SYSTEM == rescode) {
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockaddr.c427 if (error == EAI_SYSTEM) {
786 if (rc == EAI_SYSTEM) {
787 /* EAI_SYSTEM System error returned in errno. */
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c2256 if (error == EAI_SYSTEM)
2325 if (error == EAI_SYSTEM)
2972 if (error == EAI_SYSTEM)
/freebsd-11-stable/contrib/tnftp/src/
H A Dmain.c441 (error == EAI_SYSTEM) ? strerror(errno)
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c344 if (error == EAI_SYSTEM)
/freebsd-11-stable/contrib/netcat/
H A Dnetcat.c1298 if (herr == EAI_SYSTEM)

Completed in 291 milliseconds

12