Searched refs:wsa_strerror (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | winsock_event.c | 212 wsa_strerror(WSAGetLastError())); in handle_signal() 223 wsa_strerror(WSAGetLastError())); in handle_signal() 286 wsa_strerror(WSAGetLastError())); in handle_select() 338 wsa_strerror(WSAGetLastError())); in handle_select() 344 wsa_strerror(netev.iErrorCode[FD_READ_BIT])); in handle_select() 350 wsa_strerror(netev.iErrorCode[FD_WRITE_BIT])); in handle_select() 356 wsa_strerror(netev.iErrorCode[FD_CONNECT_BIT])); in handle_select() 363 wsa_strerror(netev.iErrorCode[FD_ACCEPT_BIT])); in handle_select() 369 wsa_strerror(netev.iErrorCode[FD_CLOSE_BIT])); in handle_select() 524 wsa_strerror(WSAGetLastError())); in event_add() [all …]
|
H A D | tube.c | 545 log_err("WSACreateEvent: %s", wsa_strerror(WSAGetLastError())); in tube_create() 549 log_err("WSAResetEvent: %s", wsa_strerror(WSAGetLastError())); in tube_create() 564 log_err("WSACloseEvent: %s", wsa_strerror(WSAGetLastError())); in tube_delete() 580 log_err("WSASetEvent: %s", wsa_strerror(WSAGetLastError())); in tube_close_write() 644 wsa_strerror(WSAGetLastError())); in tube_read_msg() 772 log_err("WSASetEvent: %s", wsa_strerror(WSAGetLastError())); in tube_queue_item()
|
H A D | log.h | 244 char* wsa_strerror(DWORD err);
|
H A D | log.c | 468 char* wsa_strerror(DWORD err) in wsa_strerror() function
|
H A D | net_help.c | 154 wsa_strerror(WSAGetLastError())); in fd_set_nonblock() 179 wsa_strerror(WSAGetLastError())); in fd_set_block() 1866 return wsa_strerror(WSAGetLastError()); in sock_strerror()
|
H A D | netevent.c | 1133 wsa_strerror(WSAGetLastError())); 4271 log_err_addr("tcp connect", wsa_strerror(error), 4442 wsa_strerror(WSAGetLastError()), 5218 wsa_strerror(WSAGetLastError()), 5402 log_err_addr("http connect", wsa_strerror(error), 5552 wsa_strerror(WSAGetLastError()),
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-control.c | 590 if(!useport) log_err("connect: %s for %s", wsa_strerror(wsaerr), svr); in checkconnecterr() 591 else log_err_addr("connect", wsa_strerror(wsaerr), addr, addrlen); in checkconnecterr() 1019 fatal_exit("WSAStartup failed: %s", wsa_strerror(r)); in main()
|
H A D | unbound-anchor.c | 155 char* wsa_strerror(int err); 729 if(verb) printf("%s: %s\n", msg, wsa_strerror(WSAGetLastError())); in print_sock_err() 1985 wsa_strerror(r)); in do_certupdate()
|
/freebsd/contrib/unbound/daemon/ |
H A D | daemon.c | 217 wsa_strerror(r)); in daemon_init() 1004 wsa_strerror(WSAGetLastError())); in daemon_delete()
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dtstream.c | 2031 dtio->ip_str, wsa_strerror(WSAGetLastError())); in dtio_open_output_tcp() 2165 wsa_strerror(WSAGetLastError())); in dt_io_thread_start()
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.c | 555 wsa_strerror(WSAGetLastError())); in create_udp_sock() 683 wsa_strerror(WSAGetLastError()), in create_udp_sock() 757 wsa_strerror(WSAGetLastError())); in create_tcp_accept_sock() 881 wsa_strerror(WSAGetLastError()), in create_tcp_accept_sock()
|
/freebsd/contrib/unbound/libunbound/ |
H A D | libunbound.c | 105 wsa_strerror(r)); in ub_ctx_create_nopipe()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 10383 - wsa_strerror() function for more readable errors.
|