Searched refs:dstopts (Results 1 – 1 of 1) sorted by relevance
89 struct ip6_dest *dstopts = NULL; in dest6_input() local93 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()