Searched refs:ISC_R_HOSTUNREACH (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/lib/isc/win32/ |
H A D | errno2result.c | 71 return (ISC_R_HOSTUNREACH); 78 return (ISC_R_HOSTUNREACH); 95 return (ISC_R_HOSTUNREACH);
|
H A D | socket.c | 1146 *isc_errno = ISC_R_HOSTUNREACH; 2191 ERROR_MATCH(WSAEHOSTUNREACH, ISC_R_HOSTUNREACH);
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | result.h | 28 #define ISC_R_HOSTUNREACH 9 /*%< host unreachable */ macro
|
/bind-9.11.3/lib/isc/unix/ |
H A D | errno2result.c | 96 return (ISC_R_HOSTUNREACH);
|
H A D | socket.c | 1916 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 D | errno_test.c | 75 { EHOSTUNREACH, ISC_R_HOSTUNREACH },
|
/bind-9.11.3/lib/dns/ |
H A D | resolver.c | 1478 case ISC_R_HOSTUNREACH: 2722 case ISC_R_HOSTUNREACH: 7770 (devent->result == ISC_R_HOSTUNREACH ||
|
Completed in 60 milliseconds