nd_neighbor_advert
if (icmp6len < sizeof(struct nd_neighbor_advert))
struct nd_neighbor_advert *nd_na;
nd_na = (struct nd_neighbor_advert *)((caddr_t)ip6 + off);
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);