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

/freebsd-10.2-release/sbin/ipfw/
H A Dnat.c502 r->rport_cnt = GETNUMPORTS(portRange);
512 if (r->rport_cnt != numLocalPorts &&
513 (r->rport_cnt != 1 || r->rport != 0))
712 if (!t->spool_cnt && t->rport_cnt > 1)
714 t->rport_cnt - 1);
/freebsd-10.2-release/sys/netinet/
H A Dip_fw.h410 u_short rport_cnt; /* number of remote ports */ member in struct:cfg_redir
/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_fw_nat.c167 if (r->rport_cnt == 1 && r->rport == 0)

Completed in 105 milliseconds