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

/freebsd-11-stable/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-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dresult.h37 #define ISC_R_HOSTUNREACH 9 /*%< host unreachable */ macro
/freebsd-11-stable/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...]

Completed in 180 milliseconds