Searched refs:min_port (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/net/npf/
H A Dnpf_portmap.c105 int min_port; member in struct:npf_portmap
132 "portmap.min_port",
133 &pm->min_port,
158 npf_portmap_create(int min_port, int max_port) argument
165 pm->min_port = min_port;
512 const unsigned min_port = atomic_load_relaxed(&pm->min_port); local
514 const unsigned port_delta = max_port - min_port + 1;
519 if (__predict_false(min_port > max_por
[all...]
/netbsd-current/usr.sbin/npf/npftest/
H A Dnpftest.conf6 set portmap.min_port 1024
/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.c1833 int min_port = 0; local
1835 if (fscanf(range_fd, "%d %d", &min_port, &max_port) == 2) {
1836 for(i=0; i<min_port; i++) {

Completed in 185 milliseconds