Searched defs:htons (Results 1 – 11 of 11) sorted by relevance
45 inline uint16_t htons(uint16_t x) { return x; } in htons() function50 inline uint16_t htons(uint16_t x) { return x; } in htons() function55 inline uint16_t htons(uint16_t x) { return WTF::bswap16(x); } in htons() function
11 inline uint16_t htons(uint16_t hostshort) { in htons() function
23 #define htons ntohs macro
34 #define htons(x) _byteswap_ushort (x) macro
21 #define htons(x) _byteswap_ushort (x) macro
205 #define htons(x) __ntohs(x) macro
42 #define htons(x) _byteswap_ushort(x) macro
68 # define htons(x) _byteswap_ushort (x) macro
810 UShort VG_(htons) ( UShort x ) in VG_() argument
355 htons, enumerator