Searched refs:rt0 (Results 1 – 1 of 1) sorted by relevance
3793 ip6_rthdr0_t *rt0; in pluck_out_dst() local3797 rt0 = (ip6_rthdr0_t *)whereptr; in pluck_out_dst()3798 if (rt0->ip6r0_type != 0 && rt0->ip6r0_type != 2) { in pluck_out_dst()3803 segleft = rt0->ip6r0_segleft; in pluck_out_dst()3804 numaddr = rt0->ip6r0_len / 2; in pluck_out_dst()3806 if ((rt0->ip6r0_len & 0x1) || in pluck_out_dst()3807 (mp != NULL && whereptr + (rt0->ip6r0_len + 1) * 8 > mp->b_wptr) || in pluck_out_dst()3808 (segleft > rt0->ip6r0_len / 2)) { in pluck_out_dst()3822 ap = (in6_addr_t *)((char *)rt0 + sizeof (*rt0)); in pluck_out_dst()