Lines Matching refs:rthdr
176 * Fill ancillary data. First hoplimit, then rthdr and pktinfo.
191 /* set rthdr ancillary data if needed */
200 * Initialize rthdr structure
951 ip6_rthdr_t *rthdr;
988 rthdr = (ip6_rthdr_t *)whereptr;
989 exthdrlength = 8 * (rthdr->ip6r_len + 1);
990 if ((uchar_t *)rthdr + exthdrlength > endptr)
992 nexthdr = rthdr->ip6r_nxt;
1063 ip6_rthdr_t *rthdr;
1068 rthdr = (ip6_rthdr_t *)buf;
1070 rthdr->ip6r_type, rthdr->ip6r_segleft);
1072 if (rthdr->ip6r_type == 0) {