dstopts            63 netinet6/dest6.c 	struct ip6_dest *dstopts;
dstopts            67 netinet6/dest6.c 	IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, sizeof(*dstopts));
dstopts            68 netinet6/dest6.c 	if (dstopts == NULL)
dstopts            70 netinet6/dest6.c 	dstoptlen = (dstopts->ip6d_len + 1) << 3;
dstopts            72 netinet6/dest6.c 	IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off, dstoptlen);
dstopts            73 netinet6/dest6.c 	if (dstopts == NULL)
dstopts            77 netinet6/dest6.c 	opt = (u_int8_t *)dstopts + sizeof(struct ip6_dest);
dstopts           105 netinet6/dest6.c 	return (dstopts->ip6d_nxt);