Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.h264 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp);
282 int* reuseport, int transparent, int mss, int nodelay, int freebind,
H A Dlisten_dnsport.c215 int freebind, int use_systemd, int dscp) in create_udp_sock() argument
238 (void)freebind; in create_udp_sock()
360 if(freebind && in create_udp_sock()
671 int* reuseport, int transparent, int mss, int nodelay, int freebind, in create_tcp_accept_sock() argument
689 (void)freebind; in create_tcp_accept_sock()
763 if (freebind && setsockopt(s, IPPROTO_IP, IP_FREEBIND, (void*)&on, in create_tcp_accept_sock()
1006 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, in make_sock() argument
1035 reuseport, transparent, freebind, use_systemd, dscp); in make_sock()
1043 transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock()
1062 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, in make_sock_port() argument
[all …]
H A Doutside_network.c2005 int freebind = 0; local
2011 freebind = 1;
2016 0, 0, 0, NULL, 0, freebind, 0, dscp);
3552 int freebind = 0; local
3596 0, 0, 0, NULL, 0, freebind, 0, dscp);
3602 0, 0, 0, NULL, 0, freebind, 0, dscp);
/netbsd-src/external/bsd/nsd/dist/
H A Dconfiglexer.lex191 ip-freebind{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_IP_FREEBIND;}
H A Dnsd.conf.sample.in70 # ip-freebind: no
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfiglexer.lex283 ip-freebind{COLON} { YDVAR(1, VAR_IP_FREEBIND) }
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dfake_event.c1648 int ATTR_UNUSED(transparent), int ATTR_UNUSED(freebind), in create_udp_sock() argument
/netbsd-src/external/bsd/unbound/dist/doc/
H A Dexample.conf.in79 # upstream queries. Uses freebind option (Linux).
134 # ip-freebind: no
H A DChangelog5139 freebind to use 64bits of entropy for every query with random local
5177 - Fix spelling in freebind option man page text.
/netbsd-src/external/bsd/nsd/dist/doc/
H A DChangeLog1762 - ip-freebind: yesno option in nsd.conf sets IP_FREEBIND socket option
1765 - 4.1.9 release with the nsd.db file version fix (but not freebind),
H A DRELNOTES881 - ip-freebind: yesno option in nsd.conf sets IP_FREEBIND socket option