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

/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Derrno2result.c74 return (ISC_R_HOSTUNREACH);
81 return (ISC_R_HOSTUNREACH);
98 return (ISC_R_HOSTUNREACH);
H A Dsocket.c1132 *isc_errno = ISC_R_HOSTUNREACH;
2161 ERROR_MATCH(WSAEHOSTUNREACH, ISC_R_HOSTUNREACH);
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dresult.h37 #define ISC_R_HOSTUNREACH 9 /*%< host unreachable */ macro
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Derrno2result.c99 return (ISC_R_HOSTUNREACH);
H A Dsocket.c1704 SOFT_OR_HARD(EHOSTUNREACH, ISC_R_HOSTUNREACH);
1711 SOFT_OR_HARD(ENOPROTOOPT, ISC_R_HOSTUNREACH);
1718 SOFT_OR_HARD(EPROTO, ISC_R_HOSTUNREACH);
1720 SOFT_OR_HARD(EINVAL, ISC_R_HOSTUNREACH);
1891 ALWAYS_HARD(EHOSTUNREACH, ISC_R_HOSTUNREACH);
1893 ALWAYS_HARD(EHOSTDOWN, ISC_R_HOSTUNREACH);
1897 ALWAYS_HARD(EPERM, ISC_R_HOSTUNREACH);
5351 ERROR_MATCH(EHOSTUNREACH, ISC_R_HOSTUNREACH);
5353 ERROR_MATCH(EHOSTDOWN, ISC_R_HOSTUNREACH);
5357 ERROR_MATCH(EPERM, ISC_R_HOSTUNREACH);
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dresult.h37 #define ISC_R_HOSTUNREACH 9 /*%< host unreachable */ macro
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Derrno2result.c99 return (ISC_R_HOSTUNREACH);
H A Dsocket.c1694 SOFT_OR_HARD(EHOSTUNREACH, ISC_R_HOSTUNREACH);
1704 SOFT_OR_HARD(EPROTO, ISC_R_HOSTUNREACH);
1706 SOFT_OR_HARD(EINVAL, ISC_R_HOSTUNREACH);
1877 ALWAYS_HARD(EHOSTUNREACH, ISC_R_HOSTUNREACH);
1879 ALWAYS_HARD(EHOSTDOWN, ISC_R_HOSTUNREACH);
1883 ALWAYS_HARD(EPERM, ISC_R_HOSTUNREACH);
5317 ERROR_MATCH(EHOSTUNREACH, ISC_R_HOSTUNREACH);
5319 ERROR_MATCH(EHOSTDOWN, ISC_R_HOSTUNREACH);
5323 ERROR_MATCH(EPERM, ISC_R_HOSTUNREACH);
5477 ERROR_MATCH(EHOSTUNREACH, ISC_R_HOSTUNREACH);
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dresolver.c1221 case ISC_R_HOSTUNREACH:
2139 case ISC_R_HOSTUNREACH:
6939 (devent->result == ISC_R_HOSTUNREACH ||

Completed in 133 milliseconds