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

/bind-9.11.3/lib/isc/win32/
H A Derrno2result.c74 return (ISC_R_NETUNREACH);
76 return (ISC_R_NETUNREACH);
93 return (ISC_R_NETUNREACH);
H A Dsocket.c1137 *isc_errno = ISC_R_NETUNREACH;
2193 ERROR_MATCH(WSAENETUNREACH, ISC_R_NETUNREACH);
/bind-9.11.3/lib/isc/include/isc/
H A Dresult.h27 #define ISC_R_NETUNREACH 8 /*%< network unreachable */ macro
/bind-9.11.3/lib/isc/unix/
H A Derrno2result.c92 return (ISC_R_NETUNREACH);
H A Dsocket.c1915 SOFT_OR_HARD(ENETUNREACH, ISC_R_NETUNREACH);
2115 ALWAYS_HARD(ENETUNREACH, ISC_R_NETUNREACH);
5930 ERROR_MATCH(ENETUNREACH, ISC_R_NETUNREACH);
6091 ERROR_MATCH(ENETUNREACH, ISC_R_NETUNREACH);
/bind-9.11.3/lib/isc/tests/
H A Derrno_test.c53 { ENETUNREACH, ISC_R_NETUNREACH },
/bind-9.11.3/lib/dns/
H A Dresolver.c1479 case ISC_R_NETUNREACH:
2721 case ISC_R_NETUNREACH:
7771 devent->result == ISC_R_NETUNREACH ||

Completed in 48 milliseconds