Home
last modified time | relevance | path

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

12

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dmyaddrinfo.c522 return (EAI_SYSTEM); in hostaddr_to_sockaddr()
614 return (EAI_SYSTEM); in sockaddr_to_hostaddr()
619 return (EAI_SYSTEM); in sockaddr_to_hostaddr()
625 return (EAI_SYSTEM); in sockaddr_to_hostaddr()
686 return (EAI_SYSTEM); in sockaddr_to_hostname()
705 return (EAI_SYSTEM); in sockaddr_to_hostname()
852 argv[2], err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err)); in main()
865 err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err)); in main()
873 err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err)); in main()
886 argv[3], err == EAI_SYSTEM ? strerror(errno) : gai_strerror(err)); in main()
[all …]
Dmyaddrinfo.h92 #undef EAI_SYSTEM
93 #define EAI_SYSTEM 11 macro
171 #define MAI_STRERROR(e) ((e) == EAI_SYSTEM ? strerror(errno) : gai_strerror(e))
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Deai_to_heim_errno.c83 #ifdef EAI_SYSTEM in krb5_eai_to_heim_errno()
84 case EAI_SYSTEM: in krb5_eai_to_heim_errno()
/netbsd/src/external/bsd/ntp/dist/libntp/
Dntp_intres.c353 #ifdef EAI_SYSTEM in blocking_getaddrinfo()
354 if (EAI_SYSTEM == gai_resp->retcode) in blocking_getaddrinfo()
531 #ifdef EAI_SYSTEM in getaddrinfo_sometime_complete()
532 if (EAI_SYSTEM == gai_resp->retcode) { in getaddrinfo_sometime_complete()
745 #ifdef EAI_SYSTEM in blocking_getnameinfo()
746 if (EAI_SYSTEM == gni_resp->retcode) in blocking_getnameinfo()
1097 #if defined (EAI_SYSTEM) && defined(DEBUG) in should_retry_dns()
1125 #ifdef EAI_SYSTEM in should_retry_dns()
1126 case EAI_SYSTEM: in should_retry_dns()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dgetnameinfo.c52 return EAI_SYSTEM; in doit()
67 return EAI_SYSTEM; in doit()
Dgai_strerror.c59 {EAI_SYSTEM, "system error returned in errno"},
Droken-common.h223 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dgetaddrinfo.c138 return EAI_SYSTEM; /* FIXME: Better return code? Set errno? */ in getaddrinfo()
157 return EAI_SYSTEM; /* FIXME: Better return code? Set errno? */ in getaddrinfo()
Dgetaddrinfo.h63 # define EAI_SYSTEM -11 /* System error returned in `errno'. */ macro
Dgai_strerror.c58 { EAI_SYSTEM, N_("System error") },
/netbsd/src/lib/libc/net/
Dgetnameinfo.c385 return EAI_SYSTEM; in getnameinfo_inet()
430 return EAI_SYSTEM; in getnameinfo_inet()
448 return EAI_SYSTEM; in getnameinfo_inet()
470 return EAI_SYSTEM; in ip6_parsenumeric()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bio/
Dbio_addr.c222 # ifdef EAI_SYSTEM in addr_strings()
223 if (ret == EAI_SYSTEM) { in addr_strings()
719 # ifdef EAI_SYSTEM in BIO_lookup_ex()
720 case EAI_SYSTEM: in BIO_lookup_ex()
/netbsd/src/tests/include/
Dt_netdb.c223 #ifdef EAI_SYSTEM in ATF_TC_BODY()
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_rfc2553.h209 #define EAI_SYSTEM 11 /* system error returned in errno */ macro
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/include/event2/
Dutil.h752 #if defined(EAI_SYSTEM) && defined(EVENT__HAVE_GETADDRINFO)
753 #define EVUTIL_EAI_SYSTEM EAI_SYSTEM
/netbsd/src/external/bsd/libevent/dist/include/event2/
Dutil.h752 #if defined(EAI_SYSTEM) && defined(EVENT__HAVE_GETADDRINFO)
753 #define EVUTIL_EAI_SYSTEM EAI_SYSTEM
/netbsd/src/include/
Dnetdb.h251 #define EAI_SYSTEM 11 /*%< system error returned in errno */ macro
/netbsd/src/external/bsd/libbind/dist/irs/
Dgetnameinfo.c253 return EAI_SYSTEM; in ip6_parsenumeric()
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dutil-int.c937 #ifdef EAI_SYSTEM in ldap_pvt_gai_strerror()
938 { EAI_SYSTEM, N_("System error") }, in ldap_pvt_gai_strerror()
/netbsd/src/external/bsd/libbind/dist/include/
Dnetdb.h222 #define EAI_SYSTEM 11 /*%< system error returned in errno */ macro
/netbsd/src/external/bsd/libpcap/dist/
Dsockutils.c998 #ifdef EAI_SYSTEM in get_gai_errstring()
999 case EAI_SYSTEM: in get_gai_errstring()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_peer.c340 ((e) == EAI_AGAIN || (e) == EAI_MEMORY || (e) == EAI_SYSTEM) in smtpd_peer_sockaddr_to_hostname()
/netbsd/src/external/bsd/ntp/dist/sntp/
Dmain.c467 #ifdef EAI_SYSTEM in sntp_name_resolved()
468 if (EAI_SYSTEM == rescode) { in sntp_name_resolved()
/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp_addr.c239 ((e) == EAI_AGAIN || (e) == EAI_MEMORY || (e) == EAI_SYSTEM) in smtp_addr_one()
/netbsd/src/usr.bin/ftp/
Dmain.c471 (error == EAI_SYSTEM) ? strerror(errno) in main()

12