Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/services/
H A Dlisten_dnsport.h258 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp);
276 int* reuseport, int transparent, int mss, int nodelay, int freebind,
H A Dlisten_dnsport.c210 int freebind, int use_systemd, int dscp) in create_udp_sock() argument
233 (void)freebind; in create_udp_sock()
355 if(freebind && in create_udp_sock()
660 (void)freebind; in create_tcp_accept_sock()
734 if (freebind && setsockopt(s, IPPROTO_IP, IP_FREEBIND, (void*)&on, in create_tcp_accept_sock()
999 reuseport, transparent, freebind, use_systemd, dscp); in make_sock()
1007 transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock()
1048 snd, reuseport, transparent, tcp_mss, nodelay, freebind, in make_sock_port()
1052 reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock_port()
1185 int* reuseport, int transparent, int tcp_mss, int freebind, in ports_create_if() argument
[all …]
H A Doutside_network.c1933 int freebind = 0; local
1939 freebind = 1;
1944 0, 0, 0, NULL, 0, freebind, 0, dscp);
3499 int freebind = 0; local
3543 0, 0, 0, NULL, 0, freebind, 0, dscp);
3549 0, 0, 0, NULL, 0, freebind, 0, dscp);
/freebsd-13.1/contrib/unbound/util/
H A Dconfiglexer.lex280 ip-freebind{COLON} { YDVAR(1, VAR_IP_FREEBIND) }
/freebsd-13.1/contrib/unbound/doc/
H A Dexample.conf.in69 # upstream queries. Uses freebind option (Linux).
124 # ip-freebind: no
H A DChangelog4223 freebind to use 64bits of entropy for every query with random local
4261 - Fix spelling in freebind option man page text.