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

/freebsd-9.3-release/lib/libc/net/
H A Drthdr.c360 struct ip6_rthdr0 *rth0_in, *rth0_out; local
366 rth0_out = (struct ip6_rthdr0 *)out;
374 memmove((void *)rth0_out, (void *)rth0_in,
376 rth0_out->ip6r0_segleft = segments;
382 addr1 = (struct in6_addr *)(rth0_out + 1) + i;
383 addr2 = (struct in6_addr *)(rth0_out + 1) +

Completed in 40 milliseconds