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

12

/netbsd-current/external/apache2/mDNSResponder/dist/mDNSShared/
H A DCommonServices.h462 // - Windows SDK prior to 2003. 2003+ SDK's define EAI_AGAIN so trigger off that.
466 #if ( ( TARGET_OS_MAC && !defined( SO_NOADDRERR ) ) || ( TARGET_OS_WIN32 && !defined( EAI_AGAIN ) ) || TARGET_OS_VXWORKS )
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dntp_intres.c1119 case EAI_AGAIN:
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dutil-int.c926 { EAI_AGAIN, N_("Temporary failure in name resolution") },
/netbsd-current/external/bsd/libpcap/dist/
H A Dsockutils.c936 case EAI_AGAIN:
/netbsd-current/sbin/iscsid/
H A Discsid_driverif.c297 case EAI_AGAIN:
/netbsd-current/external/bsd/fetch/dist/libfetch/
H A Dcommon.c88 { EAI_AGAIN, FETCH_TEMP, "Transient resolver failure" },
/netbsd-current/external/bsd/ntp/dist/ntpdate/
H A Dntpdate.c1383 if (error == EAI_FAIL || error == EAI_AGAIN){
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h80 XX(EAI_AGAIN, "temporary failure") \
/netbsd-current/lib/libc/net/
H A Dgetaddrinfo.c299 "Temporary failure in name resolution", /* EAI_AGAIN */
1184 error = EAI_AGAIN;

Completed in 498 milliseconds

12