Symbol: wsa_strerror
sbin/unwind/libunbound/libunbound/libunbound.c
105
wsa_strerror(r));
sbin/unwind/libunbound/services/listen_dnsport.c
566
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/services/listen_dnsport.c
694
wsa_strerror(WSAGetLastError()),
sbin/unwind/libunbound/services/listen_dnsport.c
771
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/services/listen_dnsport.c
895
wsa_strerror(WSAGetLastError()),
sbin/unwind/libunbound/util/log.h
244
char* wsa_strerror(DWORD err);
sbin/unwind/libunbound/util/net_help.c
156
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/net_help.c
181
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/net_help.c
2018
return wsa_strerror(WSAGetLastError());
sbin/unwind/libunbound/util/netevent.c
1164
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/netevent.c
4300
log_err_addr("tcp connect", wsa_strerror(error),
sbin/unwind/libunbound/util/netevent.c
4471
wsa_strerror(WSAGetLastError()),
sbin/unwind/libunbound/util/netevent.c
5240
wsa_strerror(WSAGetLastError()),
sbin/unwind/libunbound/util/netevent.c
5424
log_err_addr("http connect", wsa_strerror(error),
sbin/unwind/libunbound/util/netevent.c
5574
wsa_strerror(WSAGetLastError()),
sbin/unwind/libunbound/util/tube.c
545
log_err("WSACreateEvent: %s", wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/tube.c
549
log_err("WSAResetEvent: %s", wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/tube.c
564
log_err("WSACloseEvent: %s", wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/tube.c
580
log_err("WSASetEvent: %s", wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/tube.c
647
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/tube.c
775
log_err("WSASetEvent: %s", wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/winsock_event.c
212
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/winsock_event.c
223
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/winsock_event.c
286
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/winsock_event.c
338
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/winsock_event.c
344
wsa_strerror(netev.iErrorCode[FD_READ_BIT]));
sbin/unwind/libunbound/util/winsock_event.c
350
wsa_strerror(netev.iErrorCode[FD_WRITE_BIT]));
sbin/unwind/libunbound/util/winsock_event.c
356
wsa_strerror(netev.iErrorCode[FD_CONNECT_BIT]));
sbin/unwind/libunbound/util/winsock_event.c
363
wsa_strerror(netev.iErrorCode[FD_ACCEPT_BIT]));
sbin/unwind/libunbound/util/winsock_event.c
369
wsa_strerror(netev.iErrorCode[FD_CLOSE_BIT]));
sbin/unwind/libunbound/util/winsock_event.c
524
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/winsock_event.c
535
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/winsock_event.c
542
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/winsock_event.c
547
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/winsock_event.c
599
wsa_strerror(WSAGetLastError()));
sbin/unwind/libunbound/util/winsock_event.c
602
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/daemon/daemon.c
1306
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/daemon/daemon.c
467
wsa_strerror(r));
usr.sbin/unbound/dnstap/dtstream.c
2034
dtio->ip_str, wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/dnstap/dtstream.c
2179
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/libunbound/libunbound.c
105
wsa_strerror(r));
usr.sbin/unbound/services/listen_dnsport.c
566
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/services/listen_dnsport.c
694
wsa_strerror(WSAGetLastError()),
usr.sbin/unbound/services/listen_dnsport.c
771
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/services/listen_dnsport.c
895
wsa_strerror(WSAGetLastError()),
usr.sbin/unbound/smallapp/unbound-anchor.c
159
char* wsa_strerror(int err);
usr.sbin/unbound/smallapp/unbound-anchor.c
2002
wsa_strerror(r));
usr.sbin/unbound/smallapp/unbound-anchor.c
746
if(verb) printf("%s: %s\n", msg, wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/smallapp/unbound-control.c
1039
fatal_exit("WSAStartup failed: %s", wsa_strerror(r));
usr.sbin/unbound/smallapp/unbound-control.c
610
if(!useport) log_err("connect: %s for %s", wsa_strerror(wsaerr), svr);
usr.sbin/unbound/smallapp/unbound-control.c
611
else log_err_addr("connect", wsa_strerror(wsaerr), addr, addrlen);
usr.sbin/unbound/testcode/delayer.c
592
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/testcode/perf.c
591
fatal_exit("WSAStartup failed: %s", wsa_strerror(r));
usr.sbin/unbound/testcode/streamtcp.c
105
printf("socket: %s\n", wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/testcode/streamtcp.c
113
printf("connect: %s\n", wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/testcode/streamtcp.c
256
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/testcode/streamtcp.c
276
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/testcode/streamtcp.c
316
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/testcode/streamtcp.c
340
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/testcode/streamtcp.c
354
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/testcode/streamtcp.c
502
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/log.h
244
char* wsa_strerror(DWORD err);
usr.sbin/unbound/util/net_help.c
156
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/net_help.c
181
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/net_help.c
2018
return wsa_strerror(WSAGetLastError());
usr.sbin/unbound/util/netevent.c
1164
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/netevent.c
4300
log_err_addr("tcp connect", wsa_strerror(error),
usr.sbin/unbound/util/netevent.c
4471
wsa_strerror(WSAGetLastError()),
usr.sbin/unbound/util/netevent.c
5240
wsa_strerror(WSAGetLastError()),
usr.sbin/unbound/util/netevent.c
5424
log_err_addr("http connect", wsa_strerror(error),
usr.sbin/unbound/util/netevent.c
5574
wsa_strerror(WSAGetLastError()),
usr.sbin/unbound/util/tube.c
545
log_err("WSACreateEvent: %s", wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/tube.c
549
log_err("WSAResetEvent: %s", wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/tube.c
564
log_err("WSACloseEvent: %s", wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/tube.c
580
log_err("WSASetEvent: %s", wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/tube.c
647
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/tube.c
775
log_err("WSASetEvent: %s", wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/winsock_event.c
212
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/winsock_event.c
223
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/winsock_event.c
286
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/winsock_event.c
338
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/winsock_event.c
344
wsa_strerror(netev.iErrorCode[FD_READ_BIT]));
usr.sbin/unbound/util/winsock_event.c
350
wsa_strerror(netev.iErrorCode[FD_WRITE_BIT]));
usr.sbin/unbound/util/winsock_event.c
356
wsa_strerror(netev.iErrorCode[FD_CONNECT_BIT]));
usr.sbin/unbound/util/winsock_event.c
363
wsa_strerror(netev.iErrorCode[FD_ACCEPT_BIT]));
usr.sbin/unbound/util/winsock_event.c
369
wsa_strerror(netev.iErrorCode[FD_CLOSE_BIT]));
usr.sbin/unbound/util/winsock_event.c
524
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/winsock_event.c
535
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/winsock_event.c
542
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/winsock_event.c
547
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/winsock_event.c
599
wsa_strerror(WSAGetLastError()));
usr.sbin/unbound/util/winsock_event.c
602
wsa_strerror(WSAGetLastError()));