Home
last modified time | relevance | path

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

/openbsd/sys/netinet6/
H A Ddest6.c55 struct ip6_dest *dstopts; in dest6_input() local
59 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, *mp, off, sizeof(*dstopts)); in dest6_input()
60 if (dstopts == NULL) in dest6_input()
62 dstoptlen = (dstopts->ip6d_len + 1) << 3; in dest6_input()
64 IP6_EXTHDR_GET(dstopts, struct ip6_dest *, *mp, off, dstoptlen); in dest6_input()
65 if (dstopts == NULL) in dest6_input()
69 opt = (u_int8_t *)dstopts + sizeof(struct ip6_dest); in dest6_input()
97 return (dstopts->ip6d_nxt); in dest6_input()