Home
last modified time | relevance | path

Searched refs:reuseport (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/unbound/services/
HDlisten_dnsport.c99 int rcv, int snd, int listen, int* reuseport, int transparent) in create_udp_sock() argument
169 if (reuseport && *reuseport && in create_udp_sock()
178 *reuseport = 0; in create_udp_sock()
181 (void)reuseport; in create_udp_sock()
486 int* reuseport, int transparent) in create_tcp_accept_sock() argument
536 if (reuseport && *reuseport && in create_tcp_accept_sock()
545 *reuseport = 0; in create_tcp_accept_sock()
548 (void)reuseport; in create_tcp_accept_sock()
681 int* reuseport, int transparent) in make_sock() argument
709 reuseport, transparent); in make_sock()
[all …]
HDlisten_dnsport.h116 int* reuseport);
197 int snd, int listen, int* reuseport, int transparent);
210 int* reuseport, int transparent);
/NextBSD/contrib/unbound/daemon/
HDdaemon.c262 daemon->reuseport = 0; in daemon_open_shared_ports()
273 daemon->reuseport = 1; in daemon_open_shared_ports()
276 p0 = listening_ports_open(daemon->cfg, &daemon->reuseport); in daemon_open_shared_ports()
281 if(daemon->reuseport) { in daemon_open_shared_ports()
295 if(daemon->reuseport) { in daemon_open_shared_ports()
300 &daemon->reuseport)) in daemon_open_shared_ports()
301 || !daemon->reuseport ) { in daemon_open_shared_ports()
402 if(daemon->reuseport && (int)daemon->num < (int)daemon->num_ports) { in daemon_create_workers()
HDdaemon.h86 int reuseport; member
HDremote.c1959 (worker->daemon->reuseport?" reuseport":""), in do_status()
/NextBSD/sys/netinet6/
HDin6_pcb.c123 int reuseport = (so->so_options & SO_REUSEPORT); in in6_pcbbind() local
165 reuseport = SO_REUSEADDR|SO_REUSEPORT; in in6_pcbbind()
264 (reuseport & tw->tw_so_options) == 0) in in6_pcbbind()
266 } else if (t && (reuseport & inp_so_options(t)) == 0) { in in6_pcbbind()
281 if ((reuseport & tw->tw_so_options) == 0 in in6_pcbbind()
288 (reuseport & inp_so_options(t)) == 0 && in in6_pcbbind()
/NextBSD/sys/netinet/
HDin_pcb.c758 int lookupflags = 0, reuseport = (so->so_options & SO_REUSEPORT); in in_pcbbind_setup() local
808 reuseport = SO_REUSEADDR|SO_REUSEPORT; in in_pcbbind_setup()
873 (reuseport & tw->tw_so_options) == 0) in in_pcbbind_setup()
877 (reuseport & inp_so_options(t)) == 0) { in in_pcbbind_setup()
/NextBSD/contrib/unbound/util/
HDconfiglexer.lex235 so-reuseport{COLON} { YDVAR(1, VAR_SO_REUSEPORT) }
/NextBSD/contrib/unbound/doc/
HDexample.conf.in89 # so-reuseport: no
HDChangelog180 - Fix #690: Reload fails when so-reuseport is yes after changing
697 - so-reuseport is available on BSDs(such as FreeBSD 10) and OS/X.
700 - unbound-control status reports if so-reuseport was successful.
904 - reuseport is attempted, then fallback to without on failure.
912 - so-reuseport: yesno option to distribute queries evenly over