Home
last modified time | relevance | path

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

/src/sys/netpfil/pf/
H A Dpf.c3376 u_int8_t i, curstart, curend, maxstart, maxend; in pf_print_host() local
3377 curstart = curend = maxstart = maxend = 255; in pf_print_host()
3385 (maxend - maxstart)) { in pf_print_host()
3387 maxend = curend; in pf_print_host()
3393 (maxend - maxstart)) { in pf_print_host()
3395 maxend = curend; in pf_print_host()
3398 if (i >= maxstart && i <= maxend) { in pf_print_host()
3401 if (i == maxend) in pf_print_host()