Searched defs:htons (Results 1 – 2 of 2) sorted by relevance
59 #define htons(x) (__builtin_constant_p(x) ? ___constant_swab16(x) : __builtin_bswap16(x)) macro
58 #define htons(x) __builtin_bswap16(x) macro