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

/freebsd-11-stable/contrib/tcpdump/
H A Dip6.h99 #define IPV6_FLOWINFO_MASK ((uint32_t)htonl(0x0fffffff)) /* flow info (28 bits) */ macro
/freebsd-11-stable/sys/netinet/
H A Dip6.h97 #define IPV6_FLOWINFO_MASK 0x0fffffff /* flow info (28 bits) */ macro
101 #define IPV6_FLOWINFO_MASK 0xffffff0f /* flow info (28 bits) */ macro
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1120 # define IPV6_FLOWINFO_MASK 0x0fffffff /* flow info (28 bits) */ macro
1123 # define IPV6_FLOWINFO_MASK 0xffffff0f /* flow info (28 bits) */ macro

Completed in 119 milliseconds