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

/macosx-10.9.5/Libinfo-449.1.3/gen.subproj/
H A Drthdr.c314 struct ip6_rthdr0 *rth0; local
326 rth0 = (struct ip6_rthdr0 *)rth;
327 rth0->ip6r0_len = segments * 2;
328 rth0->ip6r0_type = IPV6_RTHDR_TYPE_0;
329 rth0->ip6r0_segleft = 0;
330 rth0->ip6r0_reserved = 0;
343 struct ip6_rthdr0 *rth0; local
348 rth0 = (struct ip6_rthdr0 *)rth;
350 if (rth0->ip6r0_segleft == (rth0
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dicmp6.c946 struct ip6_rthdr0 *rth0; local
1015 rth0 = (struct ip6_rthdr0 *)(mtod(m, caddr_t) + eoff);
1017 IP6_EXTHDR_GET(rth0,
1020 if (rth0 == NULL) {
1026 if ((rth0->ip6r0_len % 2) == 0 &&
1027 (hops = rth0->ip6r0_len/2))
1028 finaldst = (struct in6_addr *)(void *)(rth0 + 1) + (hops - 1);

Completed in 137 milliseconds