Searched defs:PACKETLEN_MIN (Results 1 – 2 of 2) sorted by relevance
84 #define PACKETLEN_MIN(min) (((min) & 0xffff) << 16) macro
94 #define PACKETLEN_MIN(min) (((min) & 0xffff) << 16) macro