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

/darwin-on-arm/xnu/bsd/netinet6/
H A Droute6.c90 struct ip6_rthdr *rh;
111 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off);
117 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, sizeof(*rh));
144 IP6_EXTHDR_GET(rh, struct ip6_rthdr *, m, off, rhlen);
H A Dip6_output.c681 struct ip6_rthdr *rh = NULL;
685 rh = mtod(exthdrs.ip6e_rthdr, struct ip6_rthdr *);
728 struct ip6_rthdr *rh =
729 (struct ip6_rthdr *)(mtod(exthdrs.ip6e_rthdr,
730 struct ip6_rthdr *));
3421 struct ip6_rthdr *rth;
3430 if (len < sizeof(struct ip6_rthdr))
3432 rth = (struct ip6_rthdr *)(void *)buf;
H A Dip6_var.h192 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */
H A Dicmp6.c986 struct ip6_rthdr *rth;
1030 rth = (struct ip6_rthdr *)(mtod(m, caddr_t)
1033 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m,
/darwin-on-arm/xnu/bsd/netinet/
H A Dip6.h245 struct ip6_rthdr { struct
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c1883 const struct ip6_rthdr *rh =
1884 (const struct ip6_rthdr *)&ext;

Completed in 94 milliseconds