Searched refs:reuseport (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/unbound/daemon/ |
H A D | daemon.c | 356 daemon->reuseport = 0; in daemon_open_shared_ports() 372 daemon->reuseport = 1; in daemon_open_shared_ports() 376 &daemon->reuseport); in daemon_open_shared_ports() 382 if(daemon->reuseport) { in daemon_open_shared_ports() 403 if(daemon->reuseport) { in daemon_open_shared_ports() 409 &daemon->reuseport)) in daemon_open_shared_ports() 410 || !daemon->reuseport ) { in daemon_open_shared_ports() 568 if(daemon->reuseport && (int)daemon->num < (int)daemon->num_ports) { in daemon_create_workers()
|
H A D | daemon.h | 93 int reuseport; member
|
H A D | remote.c | 2544 (worker->daemon->reuseport?" reuseport":""), in do_status()
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.c | 242 int rcv, int snd, int listen, int* reuseport, int transparent, in create_udp_sock() argument 330 if (reuseport && *reuseport && in create_udp_sock() 339 *reuseport = 0; in create_udp_sock() 348 if (reuseport && *reuseport && in create_udp_sock() 357 *reuseport = 0; in create_udp_sock() 361 (void)reuseport; in create_udp_sock() 701 int* reuseport, int transparent, int mss, int nodelay, int freebind, in create_tcp_accept_sock() argument 805 if (reuseport && *reuseport && in create_tcp_accept_sock() 814 *reuseport = 0; in create_tcp_accept_sock() 817 (void)reuseport; in create_tcp_accept_sock() [all …]
|
H A D | listen_dnsport.h | 162 char** ifs, int num_ifs, int* reuseport); 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,
|
/freebsd/sys/netinet6/ |
H A D | in6_pcb.c | 171 int reuseport, reuseport_lb; in in6_pcbbind_avail() local 180 reuseport = (sooptions & SO_REUSEPORT); in in6_pcbbind_avail() 192 reuseport = SO_REUSEADDR | SO_REUSEPORT; in in6_pcbbind_avail() 279 if (t != NULL && ((reuseport | reuseport_lb) & in in6_pcbbind_avail() 290 if (t != NULL && ((reuseport | reuseport_lb) & in in6_pcbbind_avail()
|
/freebsd/sys/netinet/ |
H A D | in_pcb.c | 916 int reuseport, reuseport_lb; in in_pcbbind_avail() local 921 reuseport = (sooptions & SO_REUSEPORT); in in_pcbbind_avail() 933 reuseport = SO_REUSEADDR | SO_REUSEPORT; in in_pcbbind_avail() 987 if (t != NULL && ((reuseport | reuseport_lb) & in in_pcbbind_avail()
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.lex | 284 so-reuseport{COLON} { YDVAR(1, VAR_SO_REUSEPORT) }
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 2042 - Fix configure grep for reuseport default for failure. 3368 - Portable grep usage for reuseport configure test. 3611 - Note that so-reuseport at extreme load is better turned off, 4039 - Support SO_REUSEPORT_LB in FreeBSD 12 with the so-reuseport: yes 4088 - Set default for so-reuseport to no for FreeBSD. It is enabled 4191 resilience of the server. The so-reuseport, harden-below-nxdomain, 4195 setting them to "no" in the unbound.conf config file. The reuseport 6399 - Fix #690: Reload fails when so-reuseport is yes after changing 6916 - so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X. 6919 - unbound-control status reports if so-reuseport was successful. [all …]
|
H A D | example.conf.in | 124 # so-reuseport: yes
|