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

/freebsd-current/contrib/unbound/util/
H A Dnet_help.h563 char* sock_strerror(int errn);
H A Dnetevent.c468 sock_strerror(errno));
507 sock_strerror(errno));
527 verbose(VERB_OPS, "sendto failed: %s", sock_strerror(errno));
529 verbose(VERB_OPS, "send failed: %s", sock_strerror(errno));
777 sock_strerror(errno));
816 sock_strerror(errno));
1262 sock_strerror(errno));
1286 "failed: %s", sock_strerror(errno));
1300 log_err_addr("accept failed", sock_strerror(errno), addr,
2403 "work", sock_strerror(errn
[all...]
H A Dnet_help.c1836 sock_strerror(int errn) function
1849 sock_strerror(int ATTR_UNUSED(errn)) function
/freebsd-current/contrib/unbound/services/
H A Dlisten_dnsport.c266 log_err("can't create socket: %s", sock_strerror(errno));
280 sock_strerror(errno));
381 "...) failed: %s", sock_strerror(errno));
391 "...) failed: %s", sock_strerror(errno));
426 "...) failed: %s", sock_strerror(errno));
436 "...) failed: %s", sock_strerror(errno));
479 ", ...) failed: %s", sock_strerror(errno));
499 "...) failed: %s", sock_strerror(errno));
515 sock_strerror(errno));
719 log_err("can't create socket: %s", sock_strerror(errn
[all...]
H A Doutside_network.c254 log_err("outgoing tcp: bind: %s", sock_strerror(errno));
285 log_err_addr("outgoing tcp: socket", sock_strerror(errno),
/freebsd-current/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c282 log_err("can't create socket: %s", sock_strerror(errno));
289 sock_strerror(errno));
295 log_err_addr("can't bind socket", sock_strerror(errno),
305 log_err("can't listen: %s", sock_strerror(errno));
641 log_err("could not recv: %s", sock_strerror(errno));
774 log_err("send failed: %s", sock_strerror(errno));
820 log_err("send failed: %s", sock_strerror(errno));
1087 log_err_addr("accept failed", sock_strerror(errno), &addr,
H A Ddtstream.c168 sock_strerror(errno));
739 to, sock_strerror(error));
826 log_err("dnstap io: failed send: %s", sock_strerror(errno));
860 log_err("dnstap io: failed writev: %s", sock_strerror(errno));
1560 log_err("dnstap io: failed to read: %s", sock_strerror(errno));
1923 sock_strerror(errno));
1944 to, sock_strerror(errno));
1969 log_err("can't create socket: %s", sock_strerror(errno));
2169 sock_strerror(errno));
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control.c651 fatal_exit("socket: %s", sock_strerror(errno));
682 fatal_exit("select: %s", sock_strerror(errno));
785 fatal_exit("could not recv: %s", sock_strerror(errno));
801 fatal_exit("could not send: %s", sock_strerror(errno));
/freebsd-current/contrib/unbound/daemon/
H A Dremote.c543 sock_strerror(errno));
602 sock_strerror(errno));
3276 log_err("could not recv: %s", sock_strerror(errno));

Completed in 343 milliseconds