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

12

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgai_strerror.c48 {EAI_AGAIN, "temporary failure in name resolution"},
H A Droken-common.h214 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Deai_to_heim_errno.c59 case EAI_AGAIN:
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dgetaddrinfo.h55 # define EAI_AGAIN -3 /* Temporary failure in name resolution. */ macro
H A Dgai_strerror.c49 { EAI_AGAIN, N_("Temporary failure in name resolution") },
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dnetdb.h75 #undef EAI_AGAIN macro
90 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dnetdb.d110 EAI_AGAIN
221 enum EAI_AGAIN = -3;
305 enum EAI_AGAIN = 2;
389 enum EAI_AGAIN = 2;
496 enum EAI_AGAIN = 2;
586 enum EAI_AGAIN = -3;
663 enum EAI_AGAIN = 2;
775 enum EAI_AGAIN = 2;
858 enum EAI_AGAIN = 2;
937 EAI_AGAIN
[all...]
/netbsd-current/external/mpl/dhcp/bind/include/irs/
H A Dnetdb.h55 #undef EAI_AGAIN macro
72 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmyaddrinfo.h74 #undef EAI_AGAIN macro
75 #define EAI_AGAIN 2 macro
H A Dmyaddrinfo.c360 return (h_errno == TRY_AGAIN ? EAI_AGAIN : EAI_NODATA);
677 return (h_errno == TRY_AGAIN ? EAI_AGAIN : EAI_NONAME);
781 "Temporary failure in name resolution", /* EAI_AGAIN */
/netbsd-current/tests/include/
H A Dt_netdb.c159 #ifdef EAI_AGAIN
163 atf_tc_fail_nonfatal("EAI_AGAIN not defined");
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_rfc2553.h200 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dntp_rfc2553.c238 "Temporary failure in name resolution", /* EAI_AGAIN */
448 return (EAI_AGAIN);
550 if (errval == TRY_AGAIN || errval == EAI_AGAIN)
551 return (EAI_AGAIN);
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dgetaddrinfo.c45 #if defined(EAI_AGAIN)
46 case EAI_AGAIN: return UV_EAI_AGAIN;
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dnetdb.in.h117 # define EAI_AGAIN -3 /* Temporary failure in name resolution. */ macro
/netbsd-current/include/
H A Dnetdb.h242 #define EAI_AGAIN 2 /*%< temporary failure in name resolution */ macro
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_addr.c239 ((e) == EAI_AGAIN || (e) == EAI_MEMORY || (e) == EAI_SYSTEM)
242 ((e) == EAI_AGAIN || (e) == EAI_NODATA || (e) == EAI_NONAME)
245 ((e) == EAI_AGAIN || (e) == EAI_NONAME)
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dutil.h655 #if defined(EAI_AGAIN) && defined(EVENT__HAVE_GETADDRINFO)
656 #define EVUTIL_EAI_AGAIN EAI_AGAIN
/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dutil.h704 #if defined(EAI_AGAIN) && defined(EVENT__HAVE_GETADDRINFO)
705 #define EVUTIL_EAI_AGAIN EAI_AGAIN
/netbsd-current/external/bsd/libbind/dist/include/
H A Dnetdb.h213 #define EAI_AGAIN 2 /*%< temporary failure in name resolution */ macro
/netbsd-current/lib/libc/net/
H A Dgetnameinfo.c424 return EAI_AGAIN;
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_peer.c340 ((e) == EAI_AGAIN || (e) == EAI_MEMORY || (e) == EAI_SYSTEM)
/netbsd-current/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dposttls-finger.c1237 ((e) == EAI_AGAIN || (e) == EAI_MEMORY || (e) == EAI_SYSTEM)
1240 ((e) == EAI_AGAIN || (e) == EAI_NODATA || (e) == EAI_NONAME)
1243 ((e) == EAI_AGAIN || (e) == EAI_NONAME)
/netbsd-current/share/examples/refuse/ian/libfetch/
H A Dcommon.c62 { EAI_AGAIN, FETCH_TEMP, "Transient resolver failure" },
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgetaddrinfo.c209 "Temporary failure in name resolution", /*%< EAI_AGAIN */
660 error = EAI_AGAIN;

Completed in 208 milliseconds

12