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

/darwin-on-arm/xnu/bsd/netinet6/
H A Droute6.c184 struct in6_addr *nextaddr, tmpaddr, ia6 = NULL; local
216 nextaddr = rh0->ip6r0_addr + index;
223 if (IN6_IS_ADDR_MULTICAST(nextaddr) ||
224 IN6_IS_ADDR_UNSPECIFIED(nextaddr) ||
225 IN6_IS_ADDR_V4MAPPED(nextaddr) ||
226 IN6_IS_ADDR_V4COMPAT(nextaddr)) {
247 if (in6_setscope(nextaddr, ia6->ia_ifp, NULL) != 0) {
257 * Swap the IPv6 destination address and nextaddr. Forward the packet.
259 tmpaddr = *nextaddr;
260 *nextaddr
[all...]

Completed in 16 milliseconds