| /netbsd-src/external/bsd/unbound/dist/services/ |
| H A D | listen_dnsport.h | 264 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 D | listen_dnsport.c | 215 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 D | outside_network.c | 2005 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 D | configlexer.lex | 191 ip-freebind{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_IP_FREEBIND;}
|
| H A D | nsd.conf.sample.in | 70 # ip-freebind: no
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | configlexer.lex | 283 ip-freebind{COLON} { YDVAR(1, VAR_IP_FREEBIND) }
|
| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | fake_event.c | 1648 int ATTR_UNUSED(transparent), int ATTR_UNUSED(freebind), in create_udp_sock() argument
|
| /netbsd-src/external/bsd/unbound/dist/doc/ |
| H A D | example.conf.in | 79 # upstream queries. Uses freebind option (Linux). 134 # ip-freebind: no
|
| H A D | Changelog | 5139 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 D | ChangeLog | 1762 - 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 D | RELNOTES | 881 - ip-freebind: yesno option in nsd.conf sets IP_FREEBIND socket option
|