Home
last modified time | relevance | path

Searched defs:ntohs (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_nowarn.h56 # define ntohs(a) aresx_ntohs((a)) macro
/external/iproute2/include/
Dbpf_api.h48 # define ntohs(X) __constant_ntohs((X)) macro
/external/python/cpython2/Lib/plat-os2emx/
DIN.py14 def ntohs(X): return _swaps(X) function
/external/tcpdump/
Dnetdissect-stdinc.h292 #define ntohs(x) __ntohs(x) macro
/external/python/cpython2/Lib/plat-aix3/
DIN.py66 def ntohs(x): return (x) function
/external/python/cpython2/Lib/plat-irix5/
DIN.py14 def ntohs(x): return (x) function
/external/python/cpython2/Lib/plat-aix4/
DIN.py90 def ntohs(x): return (x) function
/external/python/cpython2/Lib/plat-linux2/
DIN.py581 def ntohs(x): return (x) function
589 def ntohs(x): return __bswap_16 (x) function
/external/python/cpython2/Lib/plat-beos5/
DIN.py304 def ntohs(x): return B_BENDIAN_TO_HOST_INT16(x) function
/external/python/cpython2/Lib/plat-irix6/
DIN.py57 def ntohs(x): return (x) function
/external/python/cpython2/Lib/plat-unixware7/
DIN.py130 def ntohs(ns): return __ntohs(ns) function
134 def ntohs(x): return (x) function
/external/python/cpython2/Lib/plat-atheos/
DIN.py910 def ntohs(x): return (x) function
918 def ntohs(x): return __bswap_16 (x) function
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py149 def ntohs(x): return __ntohs(x) function
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py155 def ntohs(x): return __ntohs(x) function
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py149 def ntohs(x): return __ntohs(x) function
/external/python/cpython2/Lib/plat-sunos5/
DIN.py1241 def ntohs(x): return (x) function