Lines Matching defs:na
661 struct nd_neighbor_advert *na;
663 if (ilen < sizeof (*na))
665 na = (struct nd_neighbor_advert *)icmp6;
667 inet_ntop(AF_INET6, (char *)&na->nd_na_target,
669 addrtoname(AF_INET6, &na->nd_na_target));
673 na->nd_na_flags_reserved & ND_NA_FLAG_ROUTER ?
675 na->nd_na_flags_reserved & ND_NA_FLAG_SOLICITED ?
677 na->nd_na_flags_reserved & ND_NA_FLAG_OVERRIDE ?
681 interpret_options((char *)icmp6 + sizeof (*na),
682 ilen - sizeof (*na));