Searched refs:__htons (Results 1 – 6 of 6) sorted by relevance
71 #define __htons(x) ((uint16_t)(x)) macro78 #define __htons(x) (__bswap16(x)) macro
66 #define __htons(x) (__bswap16(x)) macro
139 def __htons(x): return __bswap16(x) function151 def htons(x): return __htons(x)
133 def __htons(x): return __bswap16(x) function145 def htons(x): return __htons(x)
128 def htons(hs): return __htons(hs)