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

/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dsocket.c3173 int bind_errno; local
3210 bind_errno = WSAGetLastError();
3212 switch (bind_errno) {
3222 isc__strerror(bind_errno, strbuf, sizeof(strbuf));
3428 int bind_errno; local
3461 bind_errno = WSAGetLastError();
3463 switch (bind_errno) {
3473 isc__strerror(bind_errno, strbuf,

Completed in 51 milliseconds