Searched defs:__htons (Results 1 – 5 of 5) sorted by relevance
71 #define __htons(x) ((uint16_t)(x)) macro78 #define __htons(x) (__bswap16(x)) macro
66 #define __htons(x) (__bswap16(x)) macro
133 def __htons(x): return __bswap16(x) function
139 def __htons(x): return __bswap16(x) function