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

/freebsd-11-stable/sbin/ipfw/
H A Dnat.c222 u_short hiPort; local
247 sscanf (str, "%hu-%hu", &loPort, &hiPort);
250 if (loPort <= hiPort)
251 SETNUMPORTS(*portRange, hiPort - loPort + 1);
/freebsd-11-stable/sbin/natd/
H A Dnatd.c1903 u_short hiPort; local
1928 sscanf (str, "%hu-%hu", &loPort, &hiPort);
1931 if (loPort <= hiPort)
1932 SETNUMPORTS(*portRange, hiPort - loPort + 1);

Completed in 90 milliseconds