Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.c3339 u_int8_t i, curstart, curend, maxstart, maxend; in pf_print_host() local
3340 curstart = curend = maxstart = maxend = 255; in pf_print_host()
3348 (maxend - maxstart)) { in pf_print_host()
3350 maxend = curend; in pf_print_host()
3356 (maxend - maxstart)) { in pf_print_host()
3358 maxend = curend; in pf_print_host()
3361 if (i >= maxstart && i <= maxend) { in pf_print_host()
3364 if (i == maxend) in pf_print_host()