Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Droute6.c66 struct ip6_rthdr *rh; in route6_input()
95 rh = (struct ip6_rthdr *)((caddr_t)ip6 + off); in route6_input()
H A Dip6_var.h122 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */
H A Dip6_output.c3199 struct ip6_rthdr *rth; in ip6_setpktopt()
3208 if (len < sizeof(struct ip6_rthdr)) in ip6_setpktopt()
3210 rth = (struct ip6_rthdr *)buf; in ip6_setpktopt()
H A Dicmp6.c931 struct ip6_rthdr *rth; in icmp6_notify_error()
976 rth = (struct ip6_rthdr *) in icmp6_notify_error()
/f-stack/freebsd/netinet/
H A Dip6.h212 struct ip6_rthdr { struct
/f-stack/tools/compat/include/netinet6/
H A Dip6_var.h122 struct ip6_rthdr *ip6po_rhi_rthdr; /* Routing header */
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1576 PULLUP_TO(hlen, ulp, struct ip6_rthdr); in ipfw_chk()
1577 switch (((struct ip6_rthdr *)ulp)->ip6r_type) { in ipfw_chk()
1588 ((struct ip6_rthdr *) in ipfw_chk()
1595 hlen += (((struct ip6_rthdr *)ulp)->ip6r_len + 1) << 3; in ipfw_chk()
1596 proto = ((struct ip6_rthdr *)ulp)->ip6r_nxt; in ipfw_chk()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c6372 struct ip6_rthdr rthdr; in pf_test6()