nd_neighbor_solicit
struct nd_neighbor_solicit *nd = &pd->hdr.nd_ns;
icmp_hlen = sizeof(struct nd_neighbor_solicit);
struct nd_neighbor_solicit nd_ns;
if (icmp6len < sizeof(struct nd_neighbor_solicit))
struct nd_neighbor_solicit *nd_ns;
nd_ns = (struct nd_neighbor_solicit *)(ip6 + 1);
struct nd_neighbor_solicit *nd_ns;
struct nd_neighbor_solicit *p;
p = (struct nd_neighbor_solicit *)dp;