Searched refs:ip6_rthdr (Results 1 – 6 of 6) sorted by relevance
82 struct ip6_rthdr *rh = NULL; in route6_input()106 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off); in route6_input()
184 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */
282 struct ip6_rthdr *rh; in ip6_output_list()923 rh = mtod(exthdrs.ip6e_rthdr, struct ip6_rthdr *); in ip6_output_list()3965 struct ip6_rthdr *rth; in ip6_setpktopt()3974 if (len < sizeof(struct ip6_rthdr)) { in ip6_setpktopt()3977 rth = (struct ip6_rthdr *)(void *)buf; in ip6_setpktopt()
969 struct ip6_rthdr *rth; in icmp6_notify_error()1013 rth = (struct ip6_rthdr *) in icmp6_notify_error()1016 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m, in icmp6_notify_error()
260 struct ip6_rthdr { struct
2336 const struct ip6_rthdr *rh = in pf_normalize_ip6()2337 (const struct ip6_rthdr *)&ext; in pf_normalize_ip6()