Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.c2341 u_int8_t i, curstart, curend, maxstart, maxend; in pf_print_host() local
2342 curstart = curend = maxstart = maxend = 255; in pf_print_host()
2350 (maxend - maxstart)) { in pf_print_host()
2352 maxend = curend; in pf_print_host()
2358 (maxend - maxstart)) { in pf_print_host()
2360 maxend = curend; in pf_print_host()
2363 if (i >= maxstart && i <= maxend) { in pf_print_host()
2366 if (i == maxend) in pf_print_host()