/external/curl/lib/ |
D | warnless.h | 105 # define htons(a) curlx_htons((a)) macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IN.py | 18 def htons(x): return (x) function 22 def htons(x): return ntohs(x) function
|
/external/iproute2/include/ |
D | bpf_api.h | 44 # define htons(X) __constant_htons((X)) macro
|
/external/python/cpython2/Lib/plat-os2emx/ |
D | IN.py | 12 def htons(X): return _swaps(X) function
|
/external/u-boot/include/linux/byteorder/ |
D | generic.h | 141 #define htons(x) ___htons(x) macro
|
/external/tcpdump/ |
D | netdissect-stdinc.h | 294 #define htons(x) __ntohs(x) macro
|
/external/python/cpython2/Lib/plat-aix3/ |
D | IN.py | 70 def htons(x): return (x) function
|
/external/python/cpython2/Lib/plat-aix4/ |
D | IN.py | 94 def htons(x): return (x) function
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IN.py | 61 def htons(x): return (x) function 65 def htons(x): return ntohs(x) function
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 585 def htons(x): return (x) function 593 def htons(x): return __bswap_16 (x) function
|
/external/python/cpython2/Lib/plat-beos5/ |
D | IN.py | 302 def htons(x): return B_HOST_TO_BENDIAN_INT16(x) function
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | IN.py | 128 def htons(hs): return __htons(hs) function 138 def htons(x): return (x) function
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 914 def htons(x): return (x) function 922 def htons(x): return __bswap_16 (x) function
|
/external/python/cpython2/Lib/plat-freebsd7/ |
D | IN.py | 145 def htons(x): return __htons(x) function
|
/external/python/cpython2/Lib/plat-freebsd6/ |
D | IN.py | 151 def htons(x): return __htons(x) function
|
/external/python/cpython2/Lib/plat-freebsd8/ |
D | IN.py | 145 def htons(x): return __htons(x) function
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 1245 def htons(x): return (x) function
|