Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/net/
Dip6opt.c525 goto optend; in inet6_opt_next()
530 goto optend; in inet6_opt_next()
538 optend: in inet6_opt_next()
569 goto optend; in inet6_opt_find()
580 optend: in inet6_opt_find()
/freebsd-9-stable/sys/contrib/pf/net/
Dpf_norm.c1411 int optend; local
1476 optend = off + (ext.ip6e_len + 1) * 8;
1490 if (ooff + sizeof(opt) + opt.ip6o_len > optend)
1513 } while (ooff < optend);
1515 off = optend;