Searched refs:rh (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Droute6.c90 struct ip6_rthdr *rh; local
105 IP6_EXTHDR_CHECK(m, off, sizeof(*rh), return IPPROTO_DONE);
111 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off);
117 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh));
118 if (rh == NULL) {
124 switch (rh->ip6r_type) {
127 rhlen = (rh->ip6r_len + 1) << 3;
144 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, rhlen);
145 if (rh
[all...]
H A Dip6_output.c681 struct ip6_rthdr *rh = NULL; local
685 rh = mtod(exthdrs.ip6e_rthdr, struct ip6_rthdr *);
686 segleft_org = rh->ip6r_segleft;
687 rh->ip6r_segleft = 0;
716 rh->ip6r_segleft = segleft_org;
728 struct ip6_rthdr *rh = local
735 switch (rh->ip6r_type) {
737 rh0 = (struct ip6_rthdr0 *)rh;
H A Dnd6.h753 struct nd_opt_rd_hdr *rh; member in struct:nd_opts::__anon438
765 #define nd_opts_rh nd_opt_each.rh
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_act.c694 ReturnHandler **rh; local
698 for (rh = &thread->handlers; *rh; rh = &(*rh)->next)
701 if (rh != &thread->special_handler.next)
702 *rh = &thread->special_handler;
739 ReturnHandler *rh; local
746 rh = thread->handlers;
747 if (rh !
811 special_handler( __unused ReturnHandler *rh, thread_t thread) argument
[all...]
H A Dthread.h374 struct ReturnHandler *rh,
644 ReturnHandler *rh,
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c1883 const struct ip6_rthdr *rh = local
1887 if (rh->ip6r_type == IPV6_RTHDR_TYPE_0)

Completed in 44 milliseconds