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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Droute6.c177 /* note that ip6r0_addr does not exist in RFC2292bis */
178 nextaddr = rh0->ip6r0_addr + index;
H A Dip6_output.c513 ip6->ip6_dst = rh0->ip6r0_addr[0];
514 bcopy((caddr_t)&rh0->ip6r0_addr[1],
515 (caddr_t)&rh0->ip6r0_addr[0],
518 rh0->ip6r0_addr[rh0->ip6r0_segleft - 1] = finaldst;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip6.h214 struct in6_addr ip6r0_addr[1]; /* up to 23 addresses */ member in struct:ip6_rthdr0

Completed in 32 milliseconds