Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Droute6.c82 struct ip6_rthdr *rh = NULL; in route6_input()
106 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off); in route6_input()
H A Dip6_var.h184 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */
H A Dip6_output.c282 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()
H A Dicmp6.c969 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()
/xnu-8020.101.4/bsd/netinet/
H A Dip6.h260 struct ip6_rthdr { struct
/xnu-8020.101.4/bsd/net/
H A Dpf_norm.c2336 const struct ip6_rthdr *rh = in pf_normalize_ip6()
2337 (const struct ip6_rthdr *)&ext; in pf_normalize_ip6()