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

/freebsd-13-stable/sbin/ipfw/
H A Dnat.c223 u_short hiPort; local
248 sscanf (str, "%hu-%hu", &loPort, &hiPort);
251 if (loPort <= hiPort)
252 SETNUMPORTS(*portRange, hiPort - loPort + 1);
/freebsd-13-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 58 milliseconds