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

/freebsd-10-stable/sbin/ipfw/
H A Dnat.c403 u_short numLocalPorts; local
406 numLocalPorts = 0;
427 numLocalPorts = 1;
449 numLocalPorts = GETNUMPORTS(portRange);
471 numLocalPorts = GETNUMPORTS(portRange);
507 if (numLocalPorts != r->pport_cnt)
512 if (r->rport_cnt != numLocalPorts &&
/freebsd-10-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 93 milliseconds