Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.h299 int create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto,
H A Dlisten_dnsport.c700 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 Dremote.c303 fd = create_tcp_accept_sock(res, 1, &noproto, 0, in add_open()
/freebsd/contrib/unbound/doc/
H A DChangelog218 - Fix uninitialized variable warning in create_tcp_accept_sock.