Home
last modified time | relevance | path

Searched refs:curend (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()
2942 curend = i; in pf_print_host()
2944 if ((curend - curstart) > in pf_print_host()
2947 maxend = curend; in pf_print_host()
2949 curstart = curend = 255; in pf_print_host()
2952 if ((curend - curstart) > in pf_print_host()
2955 maxend = curend; in pf_print_host()