Home
last modified time | relevance | path

Searched refs:sock_strerror (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c168 sock_strerror(errno)); in dtio_wakeup()
745 to, sock_strerror(error)); in dtio_check_nb_connect()
832 log_err("dnstap io: failed send: %s", sock_strerror(errno)); in dtio_write_buf()
866 log_err("dnstap io: failed writev: %s", sock_strerror(errno)); in dtio_write_with_writev()
1597 log_err("dnstap io: failed to read: %s", sock_strerror(errno)); in dtio_cmd_cb()
1960 sock_strerror(errno)); in dtio_open_output_local()
1981 to, sock_strerror(errno)); in dtio_open_output_local()
2006 log_err("can't create socket: %s", sock_strerror(errno)); in dtio_open_output_tcp()
2206 sock_strerror(errno)); in dt_io_thread_stop()
H A Dunbound-dnstap-socket.c377 log_err("can't create socket: %s", sock_strerror(errno)); in make_tcp_accept()
384 sock_strerror(errno)); in make_tcp_accept()
390 log_err_addr("can't bind socket", sock_strerror(errno), in make_tcp_accept()
400 log_err("can't listen: %s", sock_strerror(errno)); in make_tcp_accept()
736 log_err("could not recv: %s", sock_strerror(errno)); in receive_bytes()
857 log_err("send failed: %s", sock_strerror(errno)); in reply_with_accept()
905 log_err("send failed: %s", sock_strerror(errno)); in reply_with_finish()
1181 log_err_addr("accept failed", sock_strerror(errno), &addr, in dtio_mainfdcallback()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c668 fatal_exit("socket: %s", sock_strerror(errno)); in contact_server()
699 fatal_exit("select: %s", sock_strerror(errno)); in contact_server()
806 fatal_exit("could not recv: %s", sock_strerror(errno)); in remote_read()
822 fatal_exit("could not send: %s", sock_strerror(errno)); in remote_write()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c292 log_err("can't create socket: %s", sock_strerror(errno)); in create_udp_sock()
306 sock_strerror(errno)); in create_udp_sock()
407 "...) failed: %s", sock_strerror(errno)); in create_udp_sock()
417 "...) failed: %s", sock_strerror(errno)); in create_udp_sock()
452 "...) failed: %s", sock_strerror(errno)); in create_udp_sock()
462 "...) failed: %s", sock_strerror(errno)); in create_udp_sock()
505 ", ...) failed: %s", sock_strerror(errno)); in create_udp_sock()
525 "...) failed: %s", sock_strerror(errno)); in create_udp_sock()
541 sock_strerror(errno)); in create_udp_sock()
745 log_err("can't create socket: %s", sock_strerror(errno)); in create_tcp_accept_sock()
[all …]
H A Doutside_network.c254 log_err("outgoing tcp: bind: %s", sock_strerror(errno)); in pick_outgoing_tcp()
285 log_err_addr("outgoing tcp: socket", sock_strerror(errno),
/freebsd/contrib/unbound/util/
H A Dnet_help.h571 char* sock_strerror(int errn);
H A Dnetevent.c477 sock_strerror(errno));
516 sock_strerror(errno));
536 verbose(VERB_OPS, "sendto failed: %s", sock_strerror(errno));
538 verbose(VERB_OPS, "send failed: %s", sock_strerror(errno));
786 sock_strerror(errno));
825 sock_strerror(errno));
3039 sock_strerror(errno));
3063 "failed: %s", sock_strerror(errno));
3077 log_err_addr("accept failed", sock_strerror(errno), addr,
4180 "work", sock_strerror(errno),
[all …]
H A Dnet_help.c1851 sock_strerror(int errn) in sock_strerror() function
1864 sock_strerror(int ATTR_UNUSED(errn)) in sock_strerror() function
/freebsd/contrib/unbound/daemon/
H A Dremote.c551 sock_strerror(errno)); in ssl_print_text()
610 sock_strerror(errno)); in ssl_read_line()
3672 log_err("could not recv: %s", sock_strerror(errno)); in handle_req()