Searched refs:ISC_R_HOSTDOWN (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dresult.h30 #define ISC_R_HOSTDOWN 11 /*%< host down */ macro
/bind-9.11.3/lib/isc/unix/
H A Derrno2result.c88 return (ISC_R_HOSTDOWN);
H A Dsocket.c1917 SOFT_OR_HARD(EHOSTDOWN, ISC_R_HOSTDOWN);
/bind-9.11.3/lib/isc/tests/
H A Derrno_test.c72 { EHOSTDOWN, ISC_R_HOSTDOWN },
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c1160 *isc_errno = ISC_R_HOSTDOWN;
2192 ERROR_MATCH(WSAEHOSTDOWN, ISC_R_HOSTDOWN);

Completed in 32 milliseconds