/external/c-ares/ |
D | ares_nowarn.h | 50 # define ntohs(a) aresx_ntohs((a)) macro
|
/external/syslinux/com32/include/netinet/ |
D | in.h | 12 #define ntohs(x) be16_to_cpu(x) macro
|
/external/curl/lib/ |
D | warnless.h | 108 # define ntohs(a) curlx_ntohs((a)) macro
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | def.h | 82 #define ntohs(x) lwip_ntohs(x) macro
|
/external/syslinux/gpxe/src/include/ |
D | little_bswap.h | 8 #define ntohs(x) __bswap_16(x) macro
|
D | big_bswap.h | 6 #define ntohs(x) (x) macro
|
/external/python/cpython2/Lib/plat-os2emx/ |
D | IN.py | 14 def ntohs(X): return _swaps(X) function
|
/external/iproute2/include/ |
D | bpf_api.h | 48 # define ntohs(X) __constant_ntohs((X)) macro
|
/external/tcpdump/ |
D | netdissect-stdinc.h | 292 #define ntohs(x) __ntohs(x) macro
|
/external/python/cpython2/Lib/plat-aix3/ |
D | IN.py | 66 def ntohs(x): return (x) function
|
/external/python/cpython2/Lib/plat-irix5/ |
D | IN.py | 14 def ntohs(x): return (x) function
|
/external/python/cpython2/Lib/plat-aix4/ |
D | IN.py | 90 def ntohs(x): return (x) function
|
/external/valgrind/coregrind/ |
D | m_libcfile.c | 1003 UShort VG_(ntohs) ( UShort x ) in VG_() argument
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 581 def ntohs(x): return (x) function 589 def ntohs(x): return __bswap_16 (x) function
|
/external/python/cpython2/Lib/plat-beos5/ |
D | IN.py | 304 def ntohs(x): return B_BENDIAN_TO_HOST_INT16(x) function
|
/external/python/cpython2/Lib/plat-irix6/ |
D | IN.py | 57 def ntohs(x): return (x) function
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | IN.py | 130 def ntohs(ns): return __ntohs(ns) function 134 def ntohs(x): return (x) function
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 910 def ntohs(x): return (x) function 918 def ntohs(x): return __bswap_16 (x) function
|
/external/python/cpython2/Lib/plat-freebsd8/ |
D | IN.py | 149 def ntohs(x): return __ntohs(x) function
|
/external/python/cpython2/Lib/plat-freebsd7/ |
D | IN.py | 149 def ntohs(x): return __ntohs(x) function
|
/external/python/cpython2/Lib/plat-freebsd6/ |
D | IN.py | 155 def ntohs(x): return __ntohs(x) function
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 1241 def ntohs(x): return (x) function
|