Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet6/
H A Ddest6.c89 struct ip6_dest *dstopts = NULL; in dest6_input() local
93 IP6_EXTHDR_CHECK(m, off, sizeof(*dstopts), return IPPROTO_DONE); in dest6_input()
94 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off); in dest6_input()
95 dstoptlen = (dstopts->ip6d_len + 1) << 3; in dest6_input()
98 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off); in dest6_input()
101 opt = (u_int8_t *)dstopts + sizeof(struct ip6_dest); in dest6_input()
131 return dstopts->ip6d_nxt; in dest6_input()