Home
last modified time | relevance | path

Searched refs:rh (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/ !
H A Droute6.c82 struct ip6_rthdr *__single rh = NULL; in route6_input() local
100 IP6_EXTHDR_CHECK(m, off, sizeof(*rh), return IPPROTO_DONE); in route6_input()
106 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off); in route6_input()
108 switch (rh->ip6r_type) { in route6_input()
111 if (rh->ip6r_segleft == 0) { in route6_input()
112 rhlen = (rh->ip6r_len + 1) << 3; in route6_input()
117 (int)((caddr_t)&rh->ip6r_type - (caddr_t)ip6)); in route6_input()
123 return rh->ip6r_nxt; in route6_input()
H A Dnd6.h772 struct nd_opt_rd_hdr *rh; member
806 #define nd_opts_rh nd_opt_each.rh
H A Dip6_output.c290 struct ip6_rthdr *__single rh; in ip6_output_list() local
938 rh = mtod(exthdrs.ip6e_rthdr, struct ip6_rthdr *); in ip6_output_list()
939 segleft_org = rh->ip6r_segleft; in ip6_output_list()
940 rh->ip6r_segleft = 0; in ip6_output_list()
942 rh = NULL; in ip6_output_list()
973 rh->ip6r_segleft = segleft_org; in ip6_output_list()
/xnu-11215.1.10/bsd/net/ !
H A Dpf_norm.c2336 struct ip6_rthdr rh = {0}; in pf_normalize_ip6() local
2337 if (!pf_pull_hdr(pbuf, off, &rh, sizeof(rh), sizeof(rh), NULL, NULL, AF_INET6)) { in pf_normalize_ip6()
2343 if (rh.ip6r_type == IPV6_RTHDR_TYPE_0) { in pf_normalize_ip6()
/xnu-11215.1.10/tools/lldbmacros/ !
H A Dskywalk.py92 rh=kring.ckr_rhead,