/external/syslinux/com32/include/netinet/ |
D | in.h | 11 #define htons(x) cpu_to_be16(x) macro
|
/external/curl/lib/ |
D | warnless.h | 106 # define htons(a) curlx_htons((a)) macro
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | def.h | 81 #define htons(x) lwip_htons(x) 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/syslinux/gpxe/src/include/ |
D | little_bswap.h | 9 #define htons(x) __bswap_16(x) macro
|
D | big_bswap.h | 7 #define htons(x) (x) macro
|
/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/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/valgrind/coregrind/ |
D | m_libcfile.c | 993 UShort VG_(htons) ( UShort x ) in VG_() argument
|
/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-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-freebsd7/ |
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
|