Searched defs:ntohs (Results 1 – 16 of 16) sorted by relevance
56 # define ntohs(a) aresx_ntohs((a)) macro
48 # define ntohs(X) __constant_ntohs((X)) macro
14 def ntohs(X): return _swaps(X) function
292 #define ntohs(x) __ntohs(x) macro
66 def ntohs(x): return (x) function
14 def ntohs(x): return (x) function
90 def ntohs(x): return (x) function
581 def ntohs(x): return (x) function589 def ntohs(x): return __bswap_16 (x) function
304 def ntohs(x): return B_BENDIAN_TO_HOST_INT16(x) function
57 def ntohs(x): return (x) function
130 def ntohs(ns): return __ntohs(ns) function134 def ntohs(x): return (x) function
910 def ntohs(x): return (x) function918 def ntohs(x): return __bswap_16 (x) function
149 def ntohs(x): return __ntohs(x) function
155 def ntohs(x): return __ntohs(x) function
1241 def ntohs(x): return (x) function