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

12

/freebsd-current/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c81 #ifdef EAI_SYSTEM
82 case EAI_SYSTEM:
/freebsd-current/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-current/contrib/ldns/compat/
H A Dfake-rfc2553.h136 #ifndef EAI_SYSTEM
137 # define EAI_SYSTEM (INT_MAX - 4) macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h130 #ifndef EAI_SYSTEM
131 # define EAI_SYSTEM (INT_MAX - 4) macro
/freebsd-current/contrib/unbound/compat/
H A Dfake-rfc2553.h131 #ifndef EAI_SYSTEM
132 # define EAI_SYSTEM (INT_MAX - 4) macro
/freebsd-current/contrib/ntp/include/
H A Dntp_rfc2553.h207 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_netdb.c223 #ifdef EAI_SYSTEM
227 atf_tc_fail_nonfatal("EAI_SYSTEM not defined");
/freebsd-current/contrib/ntp/libntp/
H A Dntp_intres.c135 int gai_errno; /* for EAI_SYSTEM case */
160 int gni_errno; /* for EAI_SYSTEM case */
351 #ifdef EAI_SYSTEM
352 if (EAI_SYSTEM == gai_resp->retcode)
529 #ifdef EAI_SYSTEM
530 if (EAI_SYSTEM == gai_resp->retcode) {
533 "retrying DNS %s%s: EAI_SYSTEM %d: %m",
743 #ifdef EAI_SYSTEM
744 if (EAI_SYSTEM == gni_resp->retcode)
1095 #if defined (EAI_SYSTEM)
[all...]
/freebsd-current/lib/libc/net/
H A Dgetnameinfo.c283 return EAI_SYSTEM;
331 return EAI_SYSTEM;
348 return EAI_SYSTEM;
H A Drcmd.c123 if (error == EAI_SYSTEM)
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbio_addr.c222 # ifdef EAI_SYSTEM
223 if (ret == EAI_SYSTEM) {
714 # ifdef EAI_SYSTEM
715 case EAI_SYSTEM:
/freebsd-current/include/
H A Dnetdb.h178 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/freebsd-current/contrib/tnftp/
H A Dtnftp.h243 #undef EAI_SYSTEM macro
244 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/freebsd-current/contrib/wireguard-tools/
H A Dconfig.c57 fprintf(stderr, "%s: `%s'\n", ret == EAI_SYSTEM ? strerror(errno) : gai_strerror(ret), value);
261 fprintf(stderr, "%s: `%s'\n", ret == EAI_SYSTEM ? strerror(errno) : gai_strerror(ret), value);
264 fprintf(stderr, "%s: `%s'. Trying again in %.2f seconds...\n", ret == EAI_SYSTEM ? strerror(errno) : gai_strerror(ret), value, timeout / 1000000.0);
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h750 #if defined(EAI_SYSTEM) && defined(EVENT__HAVE_GETADDRINFO)
751 #define EVUTIL_EAI_SYSTEM EAI_SYSTEM
/freebsd-current/contrib/libevent/include/event2/
H A Dutil.h750 #if defined(EAI_SYSTEM) && defined(EVENT__HAVE_GETADDRINFO)
751 #define EVUTIL_EAI_SYSTEM EAI_SYSTEM
/freebsd-current/crypto/openssh/
H A Daudit-bsm.c144 r == EAI_SYSTEM ? strerror(errno) : gai_strerror(r));
/freebsd-current/contrib/libpcap/
H A Dsockutils.c1002 #ifdef EAI_SYSTEM
1003 case EAI_SYSTEM:
/freebsd-current/contrib/ntp/sntp/
H A Dmain.c465 #ifdef EAI_SYSTEM
466 if (EAI_SYSTEM == rescode) {
/freebsd-current/contrib/telnet/telnet/
H A Dcommands.c2256 if (error == EAI_SYSTEM)
2326 if (error == EAI_SYSTEM)
2977 if (error == EAI_SYSTEM)
/freebsd-current/contrib/tnftp/src/
H A Dmain.c444 (error == EAI_SYSTEM) ? strerror(errno)
/freebsd-current/sbin/dumpon/
H A Ddumpon.c632 if (error == EAI_SYSTEM)
/freebsd-current/contrib/unbound/services/
H A Dlisten_dnsport.c1026 #ifdef EAI_SYSTEM
1027 (r==EAI_SYSTEM?(char*)strerror(errno):"")

Completed in 397 milliseconds

12