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

/macosx-10.9.5/Libinfo-449.1.3/gen.subproj/
H A Drthdr.c367 struct ip6_rthdr0 *rth0_in, *rth0_out; local
372 rth0_in = (struct ip6_rthdr0 *)in;
376 if (rth0_in->ip6r0_len % 2)
378 segments = rth0_in->ip6r0_len / 2;
381 memmove((void *)rth0_out, (void *)rth0_in,
382 ((rth0_in->ip6r0_len) + 1) << 3);

Completed in 118 milliseconds