Searched refs:rh (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/bsd/netinet6/ |
| H A D | route6.c | 82 struct ip6_rthdr *__single rh = NULL; in route6_input() local 101 IP6_EXTHDR_CHECK(m, off, sizeof(*rh), return IPPROTO_DONE); in route6_input() 107 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off); in route6_input() 109 switch (rh->ip6r_type) { in route6_input() 112 if (rh->ip6r_segleft == 0) { in route6_input() 113 rhlen = (rh->ip6r_len + 1) << 3; in route6_input() 118 (int)((caddr_t)&rh->ip6r_type - (caddr_t)ip6)); in route6_input() 124 return rh->ip6r_nxt; in route6_input()
|
| H A D | nd6.h | 804 struct nd_opt_rd_hdr *rh; member 838 #define nd_opts_rh nd_opt_each.rh
|
| H A D | ip6_output.c | 292 struct ip6_rthdr *__single rh; in ip6_output_list() local 956 rh = mtod(exthdrs.ip6e_rthdr, struct ip6_rthdr *); in ip6_output_list() 957 segleft_org = rh->ip6r_segleft; in ip6_output_list() 958 rh->ip6r_segleft = 0; in ip6_output_list() 960 rh = NULL; in ip6_output_list() 991 rh->ip6r_segleft = segleft_org; in ip6_output_list()
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | pf_norm.c | 2339 struct ip6_rthdr rh = {0}; in pf_normalize_ip6() local 2340 if (!pf_pull_hdr(pbuf, off, &rh, sizeof(rh), sizeof(rh), NULL, NULL, AF_INET6)) { in pf_normalize_ip6() 2346 if (rh.ip6r_type == IPV6_RTHDR_TYPE_0) { in pf_normalize_ip6()
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | skywalk.py | 92 rh=kring.ckr_rhead,
|