Searched refs:__ntohs (Results 1 – 5 of 5) sorted by relevance
289 static __inline__ unsigned short __ntohs (unsigned short x);292 #define ntohs(x) __ntohs(x)294 #define htons(x) __ntohs(x)305 static __inline__ unsigned short __ntohs (unsigned short x) in __ntohs() function
143 def __ntohs(x): return __bswap16(x) function155 def ntohs(x): return __ntohs(x)
137 def __ntohs(x): return __bswap16(x) function149 def ntohs(x): return __ntohs(x)
130 def ntohs(ns): return __ntohs(ns)