Searched defs:ntohs (Results 1 – 11 of 11) sorted by relevance
44 inline uint16_t ntohs(uint16_t x) { return x; } in ntohs() function49 inline uint16_t ntohs(uint16_t x) { return x; } in ntohs() function54 inline uint16_t ntohs(uint16_t x) { return WTF::bswap16(x); } in ntohs() function
11 inline uint16_t ntohs(uint16_t networkshort) { in ntohs() function
30 #define ntohs(n) (n) macro
32 #define ntohs(x) _byteswap_ushort (x) macro
19 #define ntohs(x) _byteswap_ushort (x) macro
203 #define ntohs(x) __ntohs(x) macro
41 #define ntohs(x) _byteswap_ushort(x) macro
66 # define ntohs(x) _byteswap_ushort (x) macro
820 UShort VG_(ntohs) ( UShort x ) in VG_() argument
447 ntohs, enumerator