Searched refs:freebind (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/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() 719 (void)freebind; in create_tcp_accept_sock() 1066 reuseport, transparent, freebind, use_systemd, dscp); in make_sock() 1074 transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock() 1132 snd, reuseport, transparent, tcp_mss, nodelay, freebind, in make_sock_port() 1298 int* reuseport, int transparent, int tcp_mss, int freebind, in ports_create_if() argument 1333 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock, in ports_create_if() 1390 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock, in ports_create_if() [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-14.2/contrib/unbound/util/ |
| H A D | configlexer.lex | 286 ip-freebind{COLON} { YDVAR(1, VAR_IP_FREEBIND) }
|
| /freebsd-14.2/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.
|