Home | History | Annotate | Download | only in net

Lines Matching defs:rth0

300 	struct ip6_rthdr0 *rth0;
313 rth0 = (struct ip6_rthdr0 *)(void *)rth;
314 rth0->ip6r0_len = segments * 2;
315 rth0->ip6r0_type = IPV6_RTHDR_TYPE_0;
316 rth0->ip6r0_segleft = 0;
317 rth0->ip6r0_reserved = 0;
330 struct ip6_rthdr0 *rth0;
339 rth0 = (struct ip6_rthdr0 *)(void *)rth;
340 nextaddr = (struct in6_addr *)(void *)(rth0 + 1)
341 + rth0->ip6r0_segleft;
343 rth0->ip6r0_segleft++;