Searched refs:freebind (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.h | 281 int snd, int listen, int* reuseport, int transparent, int freebind, int use_systemd, int dscp); 300 int* reuseport, int transparent, int mss, int nodelay, int freebind,
|
H A D | listen_dnsport.c | 243 int freebind, int use_systemd, int dscp) in create_udp_sock() argument 266 (void)freebind; in create_udp_sock() 388 if(freebind && in create_udp_sock() 701 int* reuseport, int transparent, int mss, int nodelay, int freebind, in create_tcp_accept_sock() argument 719 (void)freebind; in create_tcp_accept_sock() 793 if (freebind && setsockopt(s, IPPROTO_IP, IP_FREEBIND, (void*)&on, in create_tcp_accept_sock() 1036 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, in make_sock() argument 1066 reuseport, transparent, freebind, use_systemd, dscp); in make_sock() 1074 transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock() 1108 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); 3574 int freebind = 0; local 3618 0, 0, 0, NULL, 0, freebind, 0, dscp); 3624 0, 0, 0, NULL, 0, freebind, 0, dscp);
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.lex | 286 ip-freebind{COLON} { YDVAR(1, VAR_IP_FREEBIND) }
|
/freebsd/contrib/unbound/doc/ |
H A D | example.conf.in | 79 # upstream queries. Uses freebind option (Linux). 134 # ip-freebind: no
|
H A D | Changelog | 5870 freebind to use 64bits of entropy for every query with random local 5908 - Fix spelling in freebind option man page text.
|