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

/freebsd-10.1-release/sys/netpfil/pf/
H A Dpf.c1740 u_int8_t i, curstart, curend, maxstart, maxend; local
1741 curstart = curend = maxstart = maxend = 255;
1749 (maxend - maxstart)) {
1751 maxend = curend;
1757 (maxend - maxstart)) {
1759 maxend = curend;
1762 if (i >= maxstart && i <= maxend) {
1765 if (i == maxend)

Completed in 40 milliseconds