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

/freebsd-current/crypto/heimdal/lib/roken/
H A Dgai_strerror.c46 {EAI_AGAIN, "temporary failure in name resolution"},
H A Droken-common.h200 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/freebsd-current/crypto/heimdal/lib/krb5/
H A Deai_to_heim_errno.c57 case EAI_AGAIN:
/freebsd-current/contrib/ntp/include/
H A Dntp_rfc2553.h198 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_netdb.c159 #ifdef EAI_AGAIN
163 atf_tc_fail_nonfatal("EAI_AGAIN not defined");
/freebsd-current/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.c1111 case EAI_AGAIN:
/freebsd-current/include/
H A Dnetdb.h166 #define EAI_AGAIN 2 /* name could not be resolved at this time */ macro
/freebsd-current/contrib/tnftp/
H A Dtnftp.h225 #undef EAI_AGAIN macro
226 #define EAI_AGAIN 2 /* temporary failure in name resolution */ macro
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h702 #if defined(EAI_AGAIN) && defined(EVENT__HAVE_GETADDRINFO)
703 #define EVUTIL_EAI_AGAIN EAI_AGAIN
/freebsd-current/contrib/libevent/include/event2/
H A Dutil.h702 #if defined(EAI_AGAIN) && defined(EVENT__HAVE_GETADDRINFO)
703 #define EVUTIL_EAI_AGAIN EAI_AGAIN
/freebsd-current/contrib/dma/
H A Ddns.c82 case EAI_AGAIN:
/freebsd-current/usr.sbin/ypldap/
H A Dypldap_dns.c218 if (error == EAI_AGAIN || error == EAI_NONAME)
/freebsd-current/contrib/ldns-host/
H A Dldns-host.c998 while (err == EAI_AGAIN);
/freebsd-current/contrib/libpcap/
H A Dsockutils.c936 case EAI_AGAIN:
/freebsd-current/contrib/ntp/ntpdate/
H A Dntpdate.c1380 if (error == EAI_FAIL || error == EAI_AGAIN){
/freebsd-current/lib/libfetch/
H A Dcommon.c73 { EAI_AGAIN, FETCH_TEMP, "Transient resolver failure" },
/freebsd-current/lib/libc/net/
H A Dgetaddrinfo.c1945 error = EAI_AGAIN;

Completed in 377 milliseconds