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

/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgai_strerror.c49 {EAI_AGAIN, "temporary failure in name resolution"},
H A Droken-common.h186 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c59 case EAI_AGAIN:
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dnetdb.h73 #undef EAI_AGAIN macro
88 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/freebsd-9.3-release/contrib/bind9/lib/irs/include/irs/
H A Dnetdb.h.in78 #undef EAI_AGAIN
95 #define EAI_AGAIN 2 /* temporary failure in name resolution */
/freebsd-9.3-release/contrib/tcpdump/missing/
H A Daddrinfo.h38 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_rfc2553.h198 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_rfc2553.c236 "Temporary failure in name resolution", /* EAI_AGAIN */
446 return (EAI_AGAIN);
548 if (errval == TRY_AGAIN || errval == EAI_AGAIN)
549 return (EAI_AGAIN);
H A Dntp_intres.c1117 case EAI_AGAIN:
/freebsd-9.3-release/contrib/lukemftpd/
H A Dlukemftpd.h168 #undef EAI_AGAIN macro
169 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/freebsd-9.3-release/lib/bind/lwres/lwres/
H A Dnetdb.h81 #undef EAI_AGAIN macro
96 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/freebsd-9.3-release/include/
H A Dnetdb.h154 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/freebsd-9.3-release/contrib/tnftp/
H A Dtnftp.h225 #undef EAI_AGAIN macro
226 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h653 #if defined(EAI_AGAIN) && defined(EVENT__HAVE_GETADDRINFO)
654 #define EVUTIL_EAI_AGAIN EAI_AGAIN
/freebsd-9.3-release/contrib/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in79 #undef EAI_AGAIN
94 #define EAI_AGAIN 2 /* temporary failure in name resolution */
/freebsd-9.3-release/lib/libfetch/
H A Dcommon.c69 { EAI_AGAIN, FETCH_TEMP, "Transient resolver failure" },
/freebsd-9.3-release/contrib/ntp/ntpdate/
H A Dntpdate.c1374 if (error == EAI_FAIL || error == EAI_AGAIN){
/freebsd-9.3-release/lib/libc/net/
H A Dgetaddrinfo.c1880 error = EAI_AGAIN;

Completed in 169 milliseconds