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

/macosx-10.9.5/Libinfo-449.1.3/gen.subproj/
H A Drthdr.c409 struct ip6_rthdr0 *rh0; local
414 rh0 = (struct ip6_rthdr0 *)bp;
420 if ((rh0->ip6r0_len % 2) != 0 ||
421 (addrs = (rh0->ip6r0_len >> 1)) < rh0->ip6r0_segleft)
434 struct ip6_rthdr0 *rh0; local
439 rh0 = (struct ip6_rthdr0 *)bp;
445 if ((rh0->ip6r0_len % 2) != 0 ||
446 (addrs = (rh0->ip6r0_len >> 1)) < rh0
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dip6_output.c785 struct ip6_rthdr0 *rh0; local
793 rh0 = (struct ip6_rthdr0 *)rh;
794 addr = (struct in6_addr *)(void *)(rh0 + 1);
816 (rh0->ip6r0_segleft - 1));
817 addr[rh0->ip6r0_segleft - 1] = finaldst;
819 in6_clearscope(addr + rh0->ip6r0_segleft - 1);

Completed in 107 milliseconds