Home | History | Annotate | Download | only in netinet6

Lines Matching defs:nd_ns

105 	struct nd_neighbor_solicit *nd_ns;
127 IP6_EXTHDR_GET(nd_ns, struct nd_neighbor_solicit *, m, off, icmp6len);
128 if (nd_ns == NULL) {
134 taddr6 = nd_ns->nd_ns_target;
177 icmp6len -= sizeof(*nd_ns);
178 nd6_option_init(nd_ns + 1, icmp6len, &ndopts);
409 struct nd_neighbor_solicit *nd_ns;
424 maxlen = sizeof(*ip6) + sizeof(*nd_ns);
449 icmp6len = sizeof(*nd_ns);
526 nd_ns = (struct nd_neighbor_solicit *)(ip6 + 1);
527 nd_ns->nd_ns_type = ND_NEIGHBOR_SOLICIT;
528 nd_ns->nd_ns_code = 0;
529 nd_ns->nd_ns_reserved = 0;
530 nd_ns->nd_ns_target = *taddr6;
531 in6_clearscope(&nd_ns->nd_ns_target); /* XXX */
547 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)(nd_ns + 1);
564 struct nd_opt_hdr *nd_opt = (struct nd_opt_hdr *)(nd_ns + 1);
578 nd_ns->nd_ns_cksum = 0;
579 nd_ns->nd_ns_cksum =