Home
last modified time | relevance | path

Searched refs:sock_strerror (Results 1 – 10 of 10) 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.c378 log_err("can't create socket: %s", sock_strerror(errno)); in make_tcp_accept()
385 sock_strerror(errno)); in make_tcp_accept()
391 log_err_addr("can't bind socket", sock_strerror(errno), in make_tcp_accept()
401 log_err("can't listen: %s", sock_strerror(errno)); in make_tcp_accept()
737 log_err("could not recv: %s", sock_strerror(errno)); in receive_bytes()
858 log_err("send failed: %s", sock_strerror(errno)); in reply_with_accept()
906 log_err("send failed: %s", sock_strerror(errno)); in reply_with_finish()
1182 log_err_addr("accept failed", sock_strerror(errno), &addr, in dtio_mainfdcallback()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c295 log_err("can't create socket: %s", sock_strerror(errno)); in create_udp_sock()
309 sock_strerror(errno)); in create_udp_sock()
410 "...) failed: %s", sock_strerror(errno)); in create_udp_sock()
420 "...) failed: %s", sock_strerror(errno)); in create_udp_sock()
455 "...) failed: %s", sock_strerror(errno)); in create_udp_sock()
463 "...) was not granted: %s", sock_strerror(errno)); in create_udp_sock()
470 "...) failed: %s", sock_strerror(errno)); in create_udp_sock()
477 "...) was not granted: %s", sock_strerror(errno)); in create_udp_sock()
517 ", ...) failed: %s", sock_strerror(errno)); in create_udp_sock()
537 "...) failed: %s", sock_strerror(errno)); in create_udp_sock()
[all …]
H A Doutside_network.c254 log_err("outgoing tcp: bind: %s", sock_strerror(errno)); in pick_outgoing_tcp()
287 log_err_addr("outgoing tcp: socket", sock_strerror(errno),
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c685 fatal_exit("socket: %s", sock_strerror(errno)); in contact_server()
716 fatal_exit("select: %s", sock_strerror(errno)); in contact_server()
823 fatal_exit("could not recv: %s", sock_strerror(errno)); in remote_read()
839 fatal_exit("could not send: %s", sock_strerror(errno)); in remote_write()
/freebsd/contrib/unbound/daemon/
H A Dremote.c584 sock_strerror(errno)); in ssl_print_text()
643 sock_strerror(errno)); in ssl_read_line()
4204 log_err("could not recv: %s", sock_strerror(errno)); in handle_req()
4394 log_err("poll: %s", sock_strerror(errno)); in sock_poll_timeout()
4465 sock_strerror(errno)); in fr_poll_for_quit()
4485 sock_strerror(errno)); in fr_poll_for_quit()
4552 sock_strerror(errno)); in fr_send_notification()
6464 sock_strerror(errno)); in fr_poll_for_ack()
6484 sock_strerror(errno)); in fr_poll_for_ack()
6714 log_err("create_socketpair: socket: %s", sock_strerror(errno)); in create_socketpair()
[all …]
H A Dworker.c407 sock_strerror(errno)); in worker_send_reload_ack()
/freebsd/contrib/unbound/util/
H A Dnet_help.h590 char* sock_strerror(int errn);
H A Dnetevent.c495 sock_strerror(errno));
536 sock_strerror(errno));
556 verbose(VERB_OPS, "sendto failed: %s", sock_strerror(errno));
558 verbose(VERB_OPS, "send failed: %s", sock_strerror(errno));
810 sock_strerror(errno));
851 sock_strerror(errno));
3019 sock_strerror(errno));
3043 "failed: %s", sock_strerror(errno));
3057 log_err_addr("accept failed", sock_strerror(errno), addr,
4215 "work", sock_strerror(errno),
[all …]
H A Dnet_help.c1983 sock_strerror(int errn) in sock_strerror() function
1996 sock_strerror(int ATTR_UNUSED(errn)) in sock_strerror() function