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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c1779 u_int8_t i, curstart, curend, maxstart, maxend; local
1780 curstart = curend = maxstart = maxend = 255;
1785 curend = i;
1787 if ((curend - curstart) >
1790 maxend = curend;
1792 curstart = curend = 255;
1795 if ((curend - curstart) >
1798 maxend = curend;

Completed in 106 milliseconds