Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/net/
H A Dip6opt.c585 goto optend; in inet6_opt_next()
590 goto optend; in inet6_opt_next()
600 optend: in inet6_opt_next()
630 goto optend; in inet6_opt_find()
644 optend: in inet6_opt_find()
/netbsd-src/sys/dist/pf/net/
H A Dpf_norm.c1110 int optend; local
1175 optend = off + (ext.ip6e_len + 1) * 8;
1189 if (ooff + sizeof(opt) + opt.ip6o_len > optend)
1212 } while (ooff < optend);
1214 off = optend;