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.h303 int create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto,
H A Dlisten_dnsport.c712 create_tcp_accept_sock(struct addrinfo *addr, int v6only, int* noproto, in create_tcp_accept_sock() function
1090 s = create_tcp_accept_sock(res, v6only, &noproto, reuseport, in make_sock()
/freebsd/contrib/unbound/daemon/
H A Dremote.c331 fd = create_tcp_accept_sock(res, 1, &noproto, 0, in add_open()
/freebsd/contrib/unbound/doc/
H A DChangelog750 - Fix uninitialized variable warning in create_tcp_accept_sock.