Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet6/
H A Ddest6.c88 int off = *offp, dstoptlen = 0, optlen = 0; in dest6_input() local
95 dstoptlen = (dstopts->ip6d_len + 1) << 3; in dest6_input()
97 IP6_EXTHDR_CHECK(m, off, dstoptlen, return IPPROTO_DONE); in dest6_input()
99 off += dstoptlen; in dest6_input()
100 dstoptlen -= sizeof(struct ip6_dest); in dest6_input()
104 for (optlen = 0; dstoptlen > 0; dstoptlen -= optlen, opt += optlen) { in dest6_input()
106 (dstoptlen < IP6OPT_MINLEN || *(opt + 1) + 2 > dstoptlen)) { in dest6_input()