Searched refs:__htons (Results 1 – 6 of 6) sorted by relevance
67 #define __htons(x) ((__uint16_t)(x)) macro74 #define __htons(x) (__bswap16(x)) macro
122 #define __htons(x) ((__uint16_t)(x)) macro139 #define __htons(x) (__bswap16((x))) macro
73 #define __htons(x) __bswap16(x) macro
60 #define __htons(x) (__bswap16(x)) macro
336 #define htons(x) __htons(x)
120 #define htons(x) __htons(x)