Searched defs:ntohs (Results 1 – 9 of 9) sorted by relevance
50 # define ntohs(a) aresx_ntohs((a)) macro
12 #define ntohs(x) be16_to_cpu(x) macro
108 # define ntohs(a) curlx_ntohs((a)) macro
82 #define ntohs(x) lwip_ntohs(x) macro
8 #define ntohs(x) __bswap_16(x) macro
6 #define ntohs(x) (x) macro
48 # define ntohs(X) __constant_ntohs((X)) macro
266 #define ntohs(x) __ntohs(x) macro
968 UShort VG_(ntohs) ( UShort x ) in VG_() argument