rh               1782 dev/ic/ath.c   		const struct ath_recv_hist *rh = &an->an_rx_hist[i];
rh               1783 dev/ic/ath.c   		if (rh->arh_ticks == ATH_RHIST_NOTIME)
rh               1785 dev/ic/ath.c   		if (now - rh->arh_ticks > hz)
rh               1787 dev/ic/ath.c   		rssi += rh->arh_rssi;
rh               1894 dev/ic/ath.c   	struct ath_recv_hist *rh;
rh               2060 dev/ic/ath.c   		rh = &an->an_rx_hist[an->an_rx_hist_next];
rh               2061 dev/ic/ath.c   		rh->arh_ticks = ATH_TICKS();
rh               2062 dev/ic/ath.c   		rh->arh_rssi = ds->ds_rxstat.rs_rssi;
rh               2063 dev/ic/ath.c   		rh->arh_antenna = ds->ds_rxstat.rs_antenna;
rh                469 netinet/ip_ah.c 				struct ip6_rthdr *rh;
rh                472 netinet/ip_ah.c 				rh = (struct ip6_rthdr *)(ptr + off);
rh                480 netinet/ip_ah.c 				if (out && rh->ip6r_type == IPV6_RTHDR_TYPE_0) {
rh                485 netinet/ip_ah.c 					rh0 = (struct ip6_rthdr0 *)rh;
rh                410 netinet6/ip6_output.c 		struct ip6_rthdr *rh;
rh                414 netinet6/ip6_output.c 		rh = (struct ip6_rthdr *)(mtod(exthdrs.ip6e_rthdr,
rh                416 netinet6/ip6_output.c 		switch (rh->ip6r_type) {
rh                418 netinet6/ip6_output.c 			 rh0 = (struct ip6_rthdr0 *)rh;
rh                335 netinet6/nd6.h 		struct nd_opt_rd_hdr *rh;
rh                347 netinet6/nd6.h #define nd_opts_rh		nd_opt_each.rh
rh                 58 netinet6/route6.c 	struct ip6_rthdr *rh;
rh                 62 netinet6/route6.c 	IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh));
rh                 63 netinet6/route6.c 	if (rh == NULL) {
rh                 68 netinet6/route6.c 	switch (rh->ip6r_type) {
rh                 86 netinet6/route6.c 		rhlen = (rh->ip6r_len + 1) << 3;
rh                 87 netinet6/route6.c 		if (rh->ip6r_segleft == 0)
rh                 97 netinet6/route6.c 		IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, rhlen);
rh                 98 netinet6/route6.c 		if (rh == NULL) {
rh                102 netinet6/route6.c 		if (ip6_rthdr0(m, ip6, (struct ip6_rthdr0 *)rh))
rh                108 netinet6/route6.c 		if (rh->ip6r_segleft == 0) {
rh                109 netinet6/route6.c 			rhlen = (rh->ip6r_len + 1) << 3;
rh                114 netinet6/route6.c 			    (caddr_t)&rh->ip6r_type - (caddr_t)ip6);
rh                119 netinet6/route6.c 	return (rh->ip6r_nxt);