Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dpf.c2042 u_int8_t i, curstart, curend, maxstart, maxend; in pf_print_host() local
2043 curstart = curend = maxstart = maxend = 255; in pf_print_host()
2051 (maxend - maxstart)) { in pf_print_host()
2053 maxend = curend; in pf_print_host()
2059 (maxend - maxstart)) { in pf_print_host()
2061 maxend = curend; in pf_print_host()
2064 if (i >= maxstart && i <= maxend) { in pf_print_host()
2067 if (i == maxend) in pf_print_host()