Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.c3339 u_int8_t i, curstart, curend, maxstart, maxend; in pf_print_host() local
3340 curstart = curend = maxstart = maxend = 255; in pf_print_host()
3345 curend = i; in pf_print_host()
3347 if ((curend - curstart) > in pf_print_host()
3350 maxend = curend; in pf_print_host()
3352 curstart = curend = 255; in pf_print_host()
3355 if ((curend - curstart) > in pf_print_host()
3358 maxend = curend; in pf_print_host()