Searched defs:HTONS (Results 1 – 2 of 2) sorted by relevance
56 #define HTONS(A) ((((uint16_t)(A) & 0xff00) >> 8) | \ macro