Searched defs:htons (Results 1 – 16 of 16) sorted by relevance
54 # define htons(a) aresx_htons((a)) macro
18 def htons(x): return (x) function22 def htons(x): return ntohs(x) function
44 # define htons(X) __constant_htons((X)) macro
12 def htons(X): return _swaps(X) function
294 #define htons(x) __ntohs(x) macro
70 def htons(x): return (x) function
94 def htons(x): return (x) function
61 def htons(x): return (x) function65 def htons(x): return ntohs(x) function
585 def htons(x): return (x) function593 def htons(x): return __bswap_16 (x) function
302 def htons(x): return B_HOST_TO_BENDIAN_INT16(x) function
128 def htons(hs): return __htons(hs) function138 def htons(x): return (x) function
914 def htons(x): return (x) function922 def htons(x): return __bswap_16 (x) function
145 def htons(x): return __htons(x) function
151 def htons(x): return __htons(x) function
1245 def htons(x): return (x) function