Searched defs:_htons (Results 1 – 1 of 1) sorted by relevance
61 #define _htons(x) ((uint16_t)((((x) & 0x00ffU) << 8) | (((x) & 0xff00U) >> 8))) macro63 #define _htons(x) (x) macro