Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf.c1873 u_int8_t i, curstart, curend, maxstart, maxend; in pf_print_host() local
1874 curstart = curend = maxstart = maxend = 255; in pf_print_host()
1882 (maxend - maxstart)) { in pf_print_host()
1884 maxend = curend; in pf_print_host()
1890 (maxend - maxstart)) { in pf_print_host()
1892 maxend = curend; in pf_print_host()
1895 if (i >= maxstart && i <= maxend) { in pf_print_host()
1898 if (i == maxend) in pf_print_host()