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

/barrelfish-master/lib/libc/net/
H A Drthdr.c344 struct ip6_rthdr0 *rth0_in, *rth0_out; local
350 rth0_out = (struct ip6_rthdr0 *)out;
358 memmove((void *)rth0_out, (void *)rth0_in,
360 rth0_out->ip6r0_segleft = segments;
366 addr1 = (struct in6_addr *)(rth0_out + 1) + i;
367 addr2 = (struct in6_addr *)(rth0_out + 1) +

Completed in 19 milliseconds