Searched defs:__ntohs (Results 1 – 4 of 4) sorted by relevance
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