Home
last modified time | relevance | path

Searched refs:IP6F_RESERVED_MASK (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dip6.h243 #define IP6F_RESERVED_MASK 0x0006 /* reserved bits in ip6f_offlg */ macro
247 #define IP6F_RESERVED_MASK 0x0600 /* reserved bits in ip6f_offlg */ macro
/freebsd/contrib/tcpdump/
H A Dip6.h209 #define IP6F_RESERVED_MASK 0x0006 /* reserved bits in ip6f_offlg */ macro
/freebsd/sys/netinet6/
H A Din6_rss.c271 if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) { in rss_mbuf_software_hash_v6()
H A Dfrag6.c497 if ((ip6f->ip6f_offlg & ~IP6F_RESERVED_MASK) == 0) { in frag6_input()