Searched refs:nd_ns (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_nbr.c102 struct nd_neighbor_solicit *nd_ns; local
117 nd_ns = (struct nd_neighbor_solicit *)((caddr_t)ip6 + off);
119 IP6_EXTHDR_GET(nd_ns, struct nd_neighbor_solicit *, m, off, icmp6len);
120 if (nd_ns == NULL) {
126 taddr6 = nd_ns->nd_ns_target;
159 icmp6len -= sizeof(*nd_ns);
160 nd6_option_init(nd_ns + 1, icmp6len, &ndopts);
348 struct nd_neighbor_solicit *nd_ns; local
360 maxlen = sizeof(*ip6) + sizeof(*nd_ns);
389 icmp6len = sizeof(*nd_ns);
[all...]

Completed in 21 milliseconds