Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1172 int optend; in pf_normalize_ip6() local
1247 optend = off + (ext.ip6e_len + 1) * 8; in pf_normalize_ip6()
1261 if (ooff + sizeof(opt) + opt.ip6o_len > optend) in pf_normalize_ip6()
1266 } while (ooff < optend); in pf_normalize_ip6()
1268 off = optend; in pf_normalize_ip6()