Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/net/
H A Dip6opt.c530 goto optend; in inet6_opt_next()
535 goto optend; in inet6_opt_next()
543 optend: in inet6_opt_next()
574 goto optend; in inet6_opt_find()
585 optend: in inet6_opt_find()
/freebsd-14.2/sys/netpfil/pf/
H A Dpf_norm.c1207 int optend; in pf_normalize_ip6() local
1300 optend = off + (ext.ip6e_len + 1) * 8; in pf_normalize_ip6()
1314 if (ooff + sizeof(opt) + opt.ip6o_len > optend) in pf_normalize_ip6()
1319 } while (ooff < optend); in pf_normalize_ip6()
1321 off = optend; in pf_normalize_ip6()