Searched defs:ntohs (Results 1 – 5 of 5) sorted by relevance
43 #define ntohs(x) std_ntohs(x) macro48 #define ntohs(x) ((uint16_t)(x)) macro53 #define ntohs(x) ((unit16_t)(x)) macro58 #define ntohs(x) ((uint16_t)((((uint16_t)(x) & 0xff00) >> 8) | (((uint16_t)(x) & 0x00ff) << 8))) macro
46 #define ntohs(x) \ macro
156 #define ntohs(x) __ntohs(x) macro
169 #define ntohs(x) ___ntohs(x) macro
714 UShort VG_(ntohs) ( UShort x ) in VG_() argument