Searched defs:IPV6_FLOW_TCLASS (Results 1 – 1 of 1) sorted by relevance
114 #define IPV6_FLOW_TCLASS(x) (((x) & IPV6_FLOWINFO_TCLASS) >> 20) macro123 #define IPV6_FLOW_TCLASS(x) ((((x) & 0xf000U) >> 12) |\ macro