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

/bind-9.11.3/lib/isc/win32/
H A Dsocket.c1123 map_socket_error(isc_socket_t *sock, int windows_errno, int *isc_errno, argument
1129 *isc_errno = ISC_R_CONNREFUSED;
1137 *isc_errno = ISC_R_NETUNREACH;
1146 *isc_errno = ISC_R_HOSTUNREACH;
1153 *isc_errno = ISC_R_NETDOWN;
1160 *isc_errno = ISC_R_HOSTDOWN;
1167 *isc_errno = ISC_R_NOPERM;
1177 *isc_errno = ISC_R_CONNECTIONRESET;
1184 *isc_errno = ISC_R_NOTCONNECTED;
1193 *isc_errno
[all...]

Completed in 19 milliseconds