Home
last modified time | relevance | path

Searched refs:ISC_R_HOSTDOWN (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/ntp/lib/isc/unix/
H A Derrno2result.c91 return (ISC_R_HOSTDOWN); in isc___errno2result()
H A Dsocket.c1695 SOFT_OR_HARD(EHOSTDOWN, ISC_R_HOSTDOWN); in doio_recv()
/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dresult.h39 #define ISC_R_HOSTDOWN 11 /*%< host down */ macro
/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dsocket.c1146 *isc_errno = ISC_R_HOSTDOWN; in map_socket_error()
2162 ERROR_MATCH(WSAEHOSTDOWN, ISC_R_HOSTDOWN); in internal_connect()