Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Ddest6.c90 struct ip6_dest *dstopts = NULL; in dest6_input() local
95 IP6_EXTHDR_CHECK(m, off, sizeof(*dstopts), return IPPROTO_DONE); in dest6_input()
96 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off); in dest6_input()
97 dstoptlen = (dstopts->ip6d_len + 1) << 3; in dest6_input()
100 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off); in dest6_input()
103 opt = (u_int8_t *)dstopts + sizeof(struct ip6_dest); in dest6_input()
134 return dstopts->ip6d_nxt; in dest6_input()