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

/bind-9.11.3/lib/dns/
H A Ddyndb.c222 int errstatus = GetLastError(); local
227 symbol_name, filename, errstatus);
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c2482 int errstatus; local
2520 errstatus = GetLastError();
2522 errstatus = 0;
2523 if (!bSuccess && errstatus != ERROR_MORE_DATA) {
2529 isc_result = isc__errno2result(errstatus);
2540 ((errstatus == ERROR_HOST_UNREACHABLE) ||
2541 (errstatus == WSAENETRESET) ||
2542 (errstatus == WSAECONNRESET))) {
2551 errstatus, isc_result);
2573 "Accept: errstatus
[all...]

Completed in 14 milliseconds