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

/illumos-gate/usr/src/uts/common/inet/
H A Dip6.h113 #define IPV6_FLOW_TCLASS(x) (((x) & IPV6_FLOWINFO_TCLASS) >> 20) macro
122 #define IPV6_FLOW_TCLASS(x) ((((x) & 0xf000U) >> 12) |\ macro

Completed in 45 milliseconds