Searched refs:ISC_R_HOSTUNREACH (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Derrno2result.c71 return (ISC_R_HOSTUNREACH);
78 return (ISC_R_HOSTUNREACH);
95 return (ISC_R_HOSTUNREACH);
H A Dsocket.c1146 *isc_errno = ISC_R_HOSTUNREACH;
2191 ERROR_MATCH(WSAEHOSTUNREACH, ISC_R_HOSTUNREACH);
/bind-9.11.3/lib/isc/include/isc/
H A Dresult.h28 #define ISC_R_HOSTUNREACH 9 /*%< host unreachable */ macro
/bind-9.11.3/lib/isc/unix/
H A Derrno2result.c96 return (ISC_R_HOSTUNREACH);
H A Dsocket.c1916 SOFT_OR_HARD(EHOSTUNREACH, ISC_R_HOSTUNREACH);
1923 SOFT_OR_HARD(ENOPROTOOPT, ISC_R_HOSTUNREACH);
1930 SOFT_OR_HARD(EPROTO, ISC_R_HOSTUNREACH);
1932 SOFT_OR_HARD(EINVAL, ISC_R_HOSTUNREACH);
2111 ALWAYS_HARD(EHOSTUNREACH, ISC_R_HOSTUNREACH);
2113 ALWAYS_HARD(EHOSTDOWN, ISC_R_HOSTUNREACH);
2117 ALWAYS_HARD(EPERM, ISC_R_HOSTUNREACH);
5926 ERROR_MATCH(EHOSTUNREACH, ISC_R_HOSTUNREACH);
5928 ERROR_MATCH(EHOSTDOWN, ISC_R_HOSTUNREACH);
5932 ERROR_MATCH(EPERM, ISC_R_HOSTUNREACH);
[all...]
/bind-9.11.3/lib/isc/tests/
H A Derrno_test.c75 { EHOSTUNREACH, ISC_R_HOSTUNREACH },
/bind-9.11.3/lib/dns/
H A Dresolver.c1478 case ISC_R_HOSTUNREACH:
2722 case ISC_R_HOSTUNREACH:
7770 (devent->result == ISC_R_HOSTUNREACH ||

Completed in 60 milliseconds