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

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c3142 int bind_errno; local
3178 bind_errno = WSAGetLastError();
3180 switch (bind_errno) {
3190 isc__strerror(bind_errno, strbuf, sizeof(strbuf));
3396 int bind_errno; local
3429 bind_errno = WSAGetLastError();
3431 switch (bind_errno) {
3441 isc__strerror(bind_errno, strbuf,

Completed in 37 milliseconds