Searched refs:dstopts (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Ddest6.c62 struct ip6_dest *dstopts; local
67 IP6_EXTHDR_CHECK(m, off, sizeof(*dstopts), return IPPROTO_DONE);
68 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off);
70 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, sizeof(*dstopts));
71 if (dstopts == NULL)
74 dstoptlen = (dstopts->ip6d_len + 1) << 3;
78 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off);
80 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, dstoptlen);
81 if (dstopts
[all...]

Completed in 170 milliseconds