Home
last modified time | relevance | path

Searched defs:IPV6_FLOWINFO_MASK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dip6.h96 #define IPV6_FLOWINFO_MASK 0x0fffffff /* flow info (28 bits) */ macro
101 #define IPV6_FLOWINFO_MASK 0xffffff0f /* flow info (28 bits) */ macro
/freebsd/contrib/tcpdump/
H A Dip6.h99 #define IPV6_FLOWINFO_MASK ((uint32_t)htonl(0x0fffffff)) /* flow info (28 bits) */ macro
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1102 # define IPV6_FLOWINFO_MASK 0x0fffffff /* flow info (28 bits) */ macro
1105 # define IPV6_FLOWINFO_MASK 0xffffff0f /* flow info (28 bits) */ macro