nd_neighbor_advert
if (icmp6len < sizeof(struct nd_neighbor_advert))
struct nd_neighbor_advert *nd_na;
nd_na = (struct nd_neighbor_advert *)(ip6 + 1);
struct nd_neighbor_advert *nd_na;
nd_na = (struct nd_neighbor_advert *)((caddr_t)ip6 + off);