nd_neighbor_advert
__CTASSERT(sizeof(struct nd_neighbor_advert) == 24);
if (icmp6len < sizeof(struct nd_neighbor_advert))
struct nd_neighbor_advert *nd_na;
IP6_EXTHDR_GET(nd_na, struct nd_neighbor_advert *, m, off, icmp6len);
struct nd_neighbor_advert *nd_na;
nd_na = (struct nd_neighbor_advert *)(ip6 + 1);