Home
last modified time | relevance | path

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

/NextBSD/sys/netpfil/pf/
HDpf.c1768 u_int8_t i, curstart, curend, maxstart, maxend; in pf_print_host() local
1769 curstart = curend = maxstart = maxend = 255; in pf_print_host()
1777 (maxend - maxstart)) { in pf_print_host()
1779 maxend = curend; in pf_print_host()
1785 (maxend - maxstart)) { in pf_print_host()
1787 maxend = curend; in pf_print_host()
1790 if (i >= maxstart && i <= maxend) { in pf_print_host()
1793 if (i == maxend) in pf_print_host()