Searched defs:htons (Results 1 – 3 of 3) sorted by relevance
51 #define htons(x) (__builtin_constant_p(x) ? ___constant_swab16(x) : __builtin_bswap16(x)) macro
58 #define htons(x) __builtin_bswap16(x) macro
34 # define htons(x) ntohs(x) macro