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

/freebsd-10-stable/sbin/ipfw/
H A Dnat.c474 r->pport_cnt = GETNUMPORTS(portRange);
507 if (numLocalPorts != r->pport_cnt)
688 if (t->pport_cnt > 1)
690 t->pport_cnt - 1);
705 if (!t->spool_cnt && t->pport_cnt > 1)
706 printf("-%u", t->pport + t->pport_cnt - 1);
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw_nat.c119 num = r->pport_cnt;
156 r->alink = malloc(sizeof(struct alias_link *) * r->pport_cnt,
164 for (i = 0 ; i < r->pport_cnt; i++) {
/freebsd-10-stable/sys/netinet/
H A Dip_fw.h409 u_short pport_cnt; /* number of public ports */ member in struct:cfg_redir

Completed in 95 milliseconds