Searched refs:numLocalPorts (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sbin/ipfw/
H A Dnat.c410 u_short numLocalPorts; local
413 numLocalPorts = 0;
434 numLocalPorts = 1;
456 numLocalPorts = GETNUMPORTS(portRange);
478 numLocalPorts = GETNUMPORTS(portRange);
514 if (numLocalPorts != r->pport_cnt)
519 if (r->rport_cnt != numLocalPorts &&
/freebsd-11-stable/sbin/natd/
H A Dnatd.c1621 u_short numLocalPorts = 0; local
1652 numLocalPorts = 1;
1659 numLocalPorts = GETNUMPORTS(portRange);
1711 if (numLocalPorts != numPublicPorts)
1715 if (numRemotePorts != numLocalPorts && (numRemotePorts != 1 || remotePort != 0))

Completed in 58 milliseconds