Home
last modified time | relevance | path

Searched refs:create_local_accept_sock (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.h315 int create_local_accept_sock(const char* path, int* noproto, int use_systemd);
H A Dlisten_dnsport.c970 create_local_accept_sock(const char *path, int* noproto, int use_systemd) in create_local_accept_sock() function
/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c413 s->fd = create_local_accept_sock(s->socketpath, NULL, 0); in tap_socket_setup()
/freebsd/contrib/unbound/daemon/
H A Dremote.c289 fd = create_local_accept_sock(ip, &noproto, cfg->use_systemd); in add_open()