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

/xnu-2422.115.4/bsd/netinet6/
H A Droute6.c82 struct ip6_rthdr *rh; local
99 IP6_EXTHDR_CHECK(m, off, sizeof(*rh), return IPPROTO_DONE);
105 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off);
111 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh));
112 if (rh == NULL) {
118 switch (rh->ip6r_type) {
121 if (rh->ip6r_segleft == 0) {
122 rhlen = (rh->ip6r_len + 1) << 3;
127 (caddr_t)&rh
[all...]
H A Dnd6.h768 struct nd_opt_rd_hdr *rh; member in struct:nd_opts::__anon402
780 #define nd_opts_rh nd_opt_each.rh
H A Dip6_output.c281 struct ip6_rthdr *rh; local
740 rh = mtod(exthdrs.ip6e_rthdr, struct ip6_rthdr *);
741 segleft_org = rh->ip6r_segleft;
742 rh->ip6r_segleft = 0;
744 rh = NULL;
775 rh->ip6r_segleft = segleft_org;
789 rh = (struct ip6_rthdr *)
791 switch (rh->ip6r_type) {
793 rh0 = (struct ip6_rthdr0 *)rh;
/xnu-2422.115.4/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.h384 struct ReturnHandler *rh,
671 ReturnHandler *rh,
/xnu-2422.115.4/bsd/net/
H A Dpf_norm.c1892 const struct ip6_rthdr *rh = local
1896 if (rh->ip6r_type == IPV6_RTHDR_TYPE_0)

Completed in 82 milliseconds