Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Droute6.c82 struct ip6_rthdr *__single rh = NULL; in route6_input()
106 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off); in route6_input()
H A Dip6_output.c290 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()
H A Dip6_var.h195 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */
H A Dicmp6.c1001 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()
/xnu-11215.1.10/bsd/netinet/
H A Dip6.h260 struct ip6_rthdr { struct
/xnu-11215.1.10/bsd/net/
H A Dpf_norm.c2336 struct ip6_rthdr rh = {0}; in pf_normalize_ip6()