Searched defs:htons (Results 1 – 9 of 9) sorted by relevance
48 # define htons(a) aresx_htons((a)) macro
11 #define htons(x) cpu_to_be16(x) macro
106 # define htons(a) curlx_htons((a)) macro
81 #define htons(x) lwip_htons(x) macro
9 #define htons(x) __bswap_16(x) macro
7 #define htons(x) (x) macro
44 # define htons(X) __constant_htons((X)) macro
268 #define htons(x) __ntohs(x) macro
958 UShort VG_(htons) ( UShort x ) in VG_() argument