dstoptlen 62 netinet6/dest6.c int off = *offp, dstoptlen, optlen;
dstoptlen 70 netinet6/dest6.c dstoptlen = (dstopts->ip6d_len + 1) << 3;
dstoptlen 72 netinet6/dest6.c IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, dstoptlen);
dstoptlen 75 netinet6/dest6.c off += dstoptlen;
dstoptlen 76 netinet6/dest6.c dstoptlen -= sizeof(struct ip6_dest);
dstoptlen 80 netinet6/dest6.c for (optlen = 0; dstoptlen > 0; dstoptlen -= optlen, opt += optlen) {
dstoptlen 82 netinet6/dest6.c (dstoptlen < IP6OPT_MINLEN || *(opt + 1) + 2 > dstoptlen)) {