Home
last modified time | relevance | path

Searched refs:IPV6_RTHDR_TYPE_0 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dprint-rt6.c54 if (type == IPV6_RTHDR_TYPE_0) in rt6_print()
59 case IPV6_RTHDR_TYPE_0: in rt6_print()
H A Dip6.h170 #define IPV6_RTHDR_TYPE_0 0 macro
H A Dprint-ip6.c103 case IPV6_RTHDR_TYPE_0: in ip6_finddst()
/dragonfly/sys/netinet6/
H A Din6.h554 #define IPV6_RTHDR_TYPE_0 0 /* IPv6 routing header type 0 */ macro
/dragonfly/sys/net/pf/
H A Dpf.c6971 if (rthdr.ip6r_type == IPV6_RTHDR_TYPE_0) { in pf_test6()