Searched defs:__ntohs (Results 1 – 6 of 6) sorted by relevance
69 #define __ntohs(x) ((uint16_t)(x)) macro76 #define __ntohs(x) (__bswap16(x)) macro
64 #define __ntohs(x) (__bswap16(x)) macro
305 static __inline__ unsigned short __ntohs (unsigned short x) in __ntohs() function
137 def __ntohs(x): return __bswap16(x) function
143 def __ntohs(x): return __bswap16(x) function