Searched defs:ntohl (Results 1 – 12 of 12) sorted by relevance
46 inline uint32_t ntohl(uint32_t x) { return x; } in ntohl() function51 inline uint32_t ntohl(uint32_t x) { return WTF::wswap32(x); } in ntohl() function56 inline uint32_t ntohl(uint32_t x) { return WTF::bswap32(x); } in ntohl() function
11 inline uint32_t ntohl(uint32_t networklong) { in ntohl() function
31 #define ntohl(n) (n) macro
38 #define ntohl(x) \ macro
155 #define ntohl(x) __ntohl(x) macro
167 #define ntohl(x) ___ntohl(x) macro
18 #define ntohl(x) _byteswap_ulong (x) macro
46 #define ntohl(x) ((x << 24) | ((x & 0xFF00) << 8) \ macro
724 UInt VG_(ntohl) ( UInt x ) in VG_() argument
404 ntohl, enumerator