Searched refs:ip6_rthdr (Results 1 – 6 of 6) sorted by relevance
82 struct ip6_rthdr *__single rh = NULL; in route6_input()106 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off); in route6_input()
290 struct ip6_rthdr *__single rh; in ip6_output_list()573 MAKE_EXTHDR(GET_IP6EXTHDR(opt, struct ip6_rthdr*, ip6po_rthdr), &exthdrs.ip6e_rthdr); in ip6_output_list()938 rh = mtod(exthdrs.ip6e_rthdr, struct ip6_rthdr *); in ip6_output_list()3456 PKTOPT_EXTHDRCPY(struct ip6_rthdr*, ip6po_rthdr); /* not copy the cached route */ in copypktopts()4022 struct ip6_rthdr *rth, *trth = NULL; in ip6_setpktopt()4031 if (len < sizeof(struct ip6_rthdr)) { in ip6_setpktopt()4034 rth = (struct ip6_rthdr *)(void *)buf; in ip6_setpktopt()
195 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */
1001 struct ip6_rthdr *__single rth; in icmp6_notify_error()1045 rth = (struct ip6_rthdr *) in icmp6_notify_error()1048 IP6_EXTHDR_GET(rth, struct ip6_rthdr *, m, in icmp6_notify_error()
260 struct ip6_rthdr { struct
2336 struct ip6_rthdr rh = {0}; in pf_normalize_ip6()