Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.c2936 u_int8_t i, curstart, curend, maxstart, maxend; in pf_print_host() local
2937 curstart = curend = maxstart = maxend = 255; in pf_print_host()
2945 (maxend - maxstart)) { in pf_print_host()
2947 maxend = curend; in pf_print_host()
2953 (maxend - maxstart)) { in pf_print_host()
2955 maxend = curend; in pf_print_host()
2958 if (i >= maxstart && i <= maxend) { in pf_print_host()
2961 if (i == maxend) in pf_print_host()