Searched refs:__ntohs (Results 1 – 1 of 1) sorted by relevance
263 static __inline__ unsigned short __ntohs (unsigned short x);266 #define ntohs(x) __ntohs(x)268 #define htons(x) __ntohs(x)279 static __inline__ unsigned short __ntohs (unsigned short x) in __ntohs() function