Searched defs:__htons (Results 1 – 4 of 4) sorted by relevance
122 #define __htons(x) ((__uint16_t)(x)) macro139 #define __htons(x) (__bswap16((x))) macro
67 #define __htons(x) ((__uint16_t)(x)) macro74 #define __htons(x) (__bswap16(x)) macro
73 #define __htons(x) __bswap16(x) macro
60 #define __htons(x) (__bswap16(x)) macro