Searched refs:freebind (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 285 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 D | listen_dnsport.c | 246 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 D | outside_network.c | 2020 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 D | configlexer.lex | 286 ip-freebind{COLON} { YDVAR(1, VAR_IP_FREEBIND) }
|
| /src/contrib/unbound/testcode/ |
| H A D | fake_event.c | 1758 int ATTR_UNUSED(transparent), int ATTR_UNUSED(freebind), in create_udp_sock() argument
|
| /src/contrib/unbound/doc/ |
| H A D | example.conf.in | 79 # upstream queries. Uses freebind option (Linux). 134 # ip-freebind: no
|
| H A D | unbound.conf.rst | 293 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 D | Changelog | 6402 freebind to use 64bits of entropy for every query with random local 6440 - Fix spelling in freebind option man page text.
|