Home
last modified time | relevance | path

Searched refs:freebind (Results 1 – 8 of 8) sorted by relevance

/src/contrib/unbound/services/
H A Dlisten_dnsport.h285 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp);
304 int* reuseport, int transparent, int mss, int nodelay, int freebind,
H A Dlisten_dnsport.c246 int freebind, int use_systemd, int dscp) in create_udp_sock() argument
269 (void)freebind; in create_udp_sock()
391 if(freebind && in create_udp_sock()
713 int* reuseport, int transparent, int mss, int nodelay, int freebind, in create_tcp_accept_sock() argument
734 (void)freebind; in create_tcp_accept_sock()
808 if (freebind && setsockopt(s, IPPROTO_IP, IP_FREEBIND, (void*)&on, in create_tcp_accept_sock()
1051 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, in make_sock() argument
1083 reuseport, transparent, freebind, use_systemd, dscp); in make_sock()
1091 transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock()
1125 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, in make_sock_port() argument
[all …]
H A Doutside_network.c2020 int freebind = 0; local
2026 freebind = 1;
2031 0, 0, 0, NULL, 0, freebind, 0, dscp);
3589 int freebind = 0; local
3633 0, 0, 0, NULL, 0, freebind, 0, dscp);
3639 0, 0, 0, NULL, 0, freebind, 0, dscp);
/src/contrib/unbound/util/
H A Dconfiglexer.lex286 ip-freebind{COLON} { YDVAR(1, VAR_IP_FREEBIND) }
/src/contrib/unbound/testcode/
H A Dfake_event.c1758 int ATTR_UNUSED(transparent), int ATTR_UNUSED(freebind), in create_udp_sock() argument
/src/contrib/unbound/doc/
H A Dexample.conf.in79 # upstream queries. Uses freebind option (Linux).
134 # ip-freebind: no
H A Dunbound.conf.rst293 On Linux you need these two commands to be able to use the freebind socket
639 @@UAHL@unbound.conf@ip-freebind@@: *<yes or no>*
H A DChangelog6402 freebind to use 64bits of entropy for every query with random local
6440 - Fix spelling in freebind option man page text.