Searched refs:__bswap16 (Results 1 – 6 of 6) sorted by relevance
64 #define __ntohs(x) (__bswap16(x))66 #define __htons(x) (__bswap16(x))113 #define __bswap16(x) \ macro124 #define __bswap16(x) __bswap16_var(x) macro
76 #define __ntohs(x) (__bswap16(x))78 #define __htons(x) (__bswap16(x))131 #define __bswap16(x) \ macro142 #define __bswap16(x) __bswap16_var(x) macro
139 def __htons(x): return __bswap16(x)143 def __ntohs(x): return __bswap16(x)
133 def __htons(x): return __bswap16(x)137 def __ntohs(x): return __bswap16(x)
45 #define bswap16(x) __bswap16(x)