Searched defs:PP_HTONS (Results 1 – 4 of 4) sorted by relevance
88 #define PP_HTONS(x) (x) macro
79 #define PP_HTONS(x) (x) macro
90 #define PP_HTONS(x) ((u16_t)(x)) macro
73 #define PP_HTONS(x) ((((x) & 0x00ffUL) << 8) | (((x) & 0xff00UL) >> 8)) macro
Completed in 7 milliseconds