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

/bind-9.11.3/lib/isc/win32/
H A Dsocket.c3240 int bind_errno; local
3277 bind_errno = WSAGetLastError();
3279 switch (bind_errno) {
3289 isc__strerror(bind_errno, strbuf, sizeof(strbuf));
3509 int bind_errno; local
3542 bind_errno = WSAGetLastError();
3544 switch (bind_errno) {
3554 isc__strerror(bind_errno, strbuf,

Completed in 23 milliseconds