Searched defs:htons (Results 1 – 5 of 5) sorted by relevance
41 #define htons(x) std_htons(x) macro49 #define htons(x) ((uint16_t)(x)) macro54 #define htons(x) ((uint16_t)(x)) macro59 #define htons(x) ntohs(x) macro
50 #define htons(x) \ macro
158 #define htons(x) __ntohs(x) macro
168 #define htons(x) ___htons(x) macro
681 UShort VG_(htons) ( UShort x ) in VG_() argument