Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.h287 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp);
306 int* reuseport, int transparent, int mss, int nodelay, int freebind,
H A Dlisten_dnsport.c245 int freebind, int use_systemd, int dscp) in create_udp_sock() argument
268 (void)freebind; in create_udp_sock()
390 if(freebind && in create_udp_sock()
712 int* reuseport, int transparent, int mss, int nodelay, int freebind, in create_tcp_accept_sock() argument
733 (void)freebind; in create_tcp_accept_sock()
807 if (freebind && setsockopt(s, IPPROTO_IP, IP_FREEBIND, (void*)&on, in create_tcp_accept_sock()
1050 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, in make_sock() argument
1082 reuseport, transparent, freebind, use_systemd, dscp); in make_sock()
1090 transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock()
1124 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, in make_sock_port() argument
[all …]
H A Doutside_network.c2080 int freebind = 0; local
2086 freebind = 1;
2091 0, 0, 0, NULL, 0, freebind, 0, dscp);
3669 int freebind = 0; local
3715 0, 0, 0, NULL, 0, freebind, 0, dscp);
3721 0, 0, 0, NULL, 0, freebind, 0, dscp);
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex286 ip-freebind{COLON} { YDVAR(1, VAR_IP_FREEBIND) }
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in79 # upstream queries. Uses freebind option (Linux).
134 # ip-freebind: no
H A Dunbound.conf.rst352 On Linux you need these two commands to be able to use the freebind socket
709 @@UAHL@unbound.conf@ip-freebind@@: *<yes or no>*
H A DChangelog7493 freebind to use 64bits of entropy for every query with random local
7531 - Fix spelling in freebind option man page text.