Home
last modified time | relevance | path

Searched refs:ISC_R_NETDOWN (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/ntp/lib/isc/unix/
Derrno2result.c87 return (ISC_R_NETDOWN); in isc___errno2result()
/freebsd-10-stable/contrib/ntp/lib/isc/include/isc/
Dresult.h38 #define ISC_R_NETDOWN 10 /*%< network down */ macro
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
Dsocket.c1139 *isc_errno = ISC_R_NETDOWN; in map_socket_error()
1199 *isc_errno = ISC_R_NETDOWN; in map_socket_error()
2164 ERROR_MATCH(WSAENETDOWN, ISC_R_NETDOWN); in internal_connect()