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

/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dsocket.c1109 map_socket_error(isc_socket_t *sock, int windows_errno, int *isc_errno, argument
1115 *isc_errno = ISC_R_CONNREFUSED;
1123 *isc_errno = ISC_R_NETUNREACH;
1132 *isc_errno = ISC_R_HOSTUNREACH;
1139 *isc_errno = ISC_R_NETDOWN;
1146 *isc_errno = ISC_R_HOSTDOWN;
1153 *isc_errno = ISC_R_NOPERM;
1163 *isc_errno = ISC_R_CONNECTIONRESET;
1170 *isc_errno = ISC_R_NOTCONNECTED;
1179 *isc_errno
[all...]

Completed in 107 milliseconds