| /external/musl/src/network/ |
| D | ntohs.c | 4 uint16_t ntohs(uint16_t n) in ntohs() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
| D | ares_nowarn.h | 56 # define ntohs(a) aresx_ntohs((a)) macro
|
| /external/iproute2/include/ |
| D | bpf_api.h | 48 # define ntohs(X) __constant_ntohs((X)) macro
|
| /external/tcpdump/ |
| D | netdissect-stdinc.h | 301 #define ntohs(x) __ntohs(x) macro
|
| /external/python/cpython2/Lib/plat-os2emx/ |
| D | IN.py | 14 def ntohs(X): return _swaps(X) function
|
| /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/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/openthread/third_party/tcplp/bsdtcp/ |
| D | tcp_var.h | 70 static inline uint16_t ntohs(uint16_t hostport) { in ntohs() 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-freebsd6/ |
| D | IN.py | 155 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-freebsd8/ |
| D | IN.py | 149 def ntohs(x): return __ntohs(x) function
|
| /external/python/cpython2/Lib/plat-sunos5/ |
| D | IN.py | 1241 def ntohs(x): return (x) function
|