Searched refs:create_tcp_accept_sock (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.h | 299 int create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto,
|
H A D | listen_dnsport.c | 700 create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto, in create_tcp_accept_sock() function 1073 s = create_tcp_accept_sock(res, v6only, &noproto, reuseport, in make_sock()
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 303 fd = create_tcp_accept_sock(res, 1, &noproto, 0, in add_open()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 218 - Fix uninitialized variable warning in create_tcp_accept_sock.
|