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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c987 struct ip6_rthdr0 *rth0; local
1056 rth0 = (struct ip6_rthdr0 *)(mtod(m, caddr_t) + eoff);
1058 IP6_EXTHDR_GET(rth0,
1061 if (rth0 == NULL) {
1067 if ((rth0->ip6r0_len % 2) == 0 &&
1068 (hops = rth0->ip6r0_len/2))
1069 finaldst = (struct in6_addr *)(void *)(rth0 + 1) + (hops - 1);

Completed in 20 milliseconds