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

/freebsd-current/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.h36 #define NAT64_MIN_PORT 1024 macro
H A Dnat64lsn_control.c618 idx->port = NAT64_MIN_PORT;
648 pg_idx = (idx->port - NAT64_MIN_PORT) / 64;
735 idx.port = NAT64_MIN_PORT;
738 idx.port < NAT64_MIN_PORT) {
H A Dnat64lsn.c490 if (port < NAT64_MIN_PORT)
497 port -= NAT64_MIN_PORT;
827 if (pg->base_port == NAT64_MIN_PORT)
833 idx = (pg->base_port - NAT64_MIN_PORT) / 64;
1167 pg->base_port = NAT64_MIN_PORT + 64 * pg_idx;

Completed in 78 milliseconds