Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Droute6.c82 struct ip6_rthdr *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.h854 struct nd_opt_rd_hdr *rh; member
887 #define nd_opts_rh nd_opt_each.rh
H A Dip6_output.c282 struct ip6_rthdr *rh; in ip6_output_list() local
923 rh = mtod(exthdrs.ip6e_rthdr, struct ip6_rthdr *); in ip6_output_list()
924 segleft_org = rh->ip6r_segleft; in ip6_output_list()
925 rh->ip6r_segleft = 0; in ip6_output_list()
927 rh = NULL; in ip6_output_list()
958 rh->ip6r_segleft = segleft_org; in ip6_output_list()
/xnu-8792.41.9/tools/lldbmacros/
H A Dskywalk.py95 rh=kring.ckr_rhead,
/xnu-8792.41.9/bsd/net/
H A Dpf_norm.c2336 const struct ip6_rthdr *rh = in pf_normalize_ip6() local
2341 if (rh->ip6r_type == IPV6_RTHDR_TYPE_0) { in pf_normalize_ip6()