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

/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_nbr.c252 struct nd_neighbor_solicit *nd_ns; local
276 nd_ns = (struct nd_neighbor_solicit *)((caddr_t)ip6 + off);
280 taddr6 = nd_ns->nd_ns_target;
331 icmp6len -= sizeof(*nd_ns);
332 nd6_option_init(nd_ns + 1, icmp6len, &ndopts);
552 struct nd_neighbor_solicit *nd_ns; local
575 maxlen = sizeof(*ip6) + sizeof(*nd_ns);
611 icmp6len = sizeof(*nd_ns);
736 nd_ns = (struct nd_neighbor_solicit *)(ip6 + 1);
737 nd_ns
[all...]
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp2243 struct nd_neighbor_solicit *nd_ns = (struct nd_neighbor_solicit*)icp; local
2251 if(nd_ns->nd_ns_type == ND_NEIGHBOR_SOLICIT)
2254 fwndp = (IP1394_NDP*)((UInt8*)nd_ns + sizeof(struct nd_neighbor_solicit));
2258 icmp6_cksum = &nd_ns->nd_ns_cksum;
2351 struct nd_neighbor_solicit *nd_ns = (struct nd_neighbor_solicit*)icp; local
2360 if(nd_ns->nd_ns_type == ND_NEIGHBOR_SOLICIT)
2363 fwndp = (IP1394_NDP*)((UInt8*)nd_ns + sizeof(struct nd_neighbor_solicit));
2367 icmp6_cksum = &nd_ns->nd_ns_cksum;
2440 struct nd_neighbor_solicit *nd_ns = NULL; local
2449 nd_ns
[all...]

Completed in 232 milliseconds