nd_redirect
struct nd_redirect *red;
red = (struct nd_redirect *)icp;
__CTASSERT(sizeof(struct nd_redirect) == 40);
struct nd_redirect *nd_rd;
IP6_EXTHDR_GET(nd_rd, struct nd_redirect *, m, off, icmp6len);
struct nd_redirect *nd_rd;
if (maxlen < sizeof(struct ip6_hdr) + sizeof(struct nd_redirect) +
nd_rd = (struct nd_redirect *)(ip6 + 1);
if (icmp6len < sizeof(struct nd_redirect))