Searched refs:dstopts (Results 1 – 1 of 1) sorted by relevance
69 struct ip6_dest *dstopts; in dest6_input() local76 if (m->m_len < off + sizeof(*dstopts)) { in dest6_input()77 m = m_pullup(m, off + sizeof(*dstopts)); in dest6_input()84 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off); in dest6_input()85 dstoptlen = (dstopts->ip6d_len + 1) << 3; in dest6_input()95 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off); in dest6_input()98 opt = (u_int8_t *)dstopts + sizeof(struct ip6_dest); in dest6_input()129 return (dstopts->ip6d_nxt); in dest6_input()