Searched refs:create_local_accept_sock (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/nsd/dist/
H A Dremote.h102 int create_local_accept_sock(const char* path, int* noproto);
H A Dremote.c451 fd = create_local_accept_sock(ip, &noproto);
2943 create_local_accept_sock(const char *path, int* noproto) function
/netbsd-current/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.h293 int create_local_accept_sock(const char* path, int* noproto, int use_systemd);
H A Dlisten_dnsport.c925 create_local_accept_sock(const char *path, int* noproto, int use_systemd) function
/netbsd-current/external/bsd/unbound/dist/dnstap/
H A Dunbound-dnstap-socket.c317 s->fd = create_local_accept_sock(s->socketpath, NULL, 0);
/netbsd-current/external/bsd/unbound/dist/daemon/
H A Dremote.c253 fd = create_local_accept_sock(ip, &noproto, cfg->use_systemd);

Completed in 109 milliseconds