Home
last modified time | relevance | path

Searched defs:ntohl (Results 1 – 15 of 15) sorted by relevance

/external/iproute2/include/
Dbpf_api.h56 # define ntohl(X) __constant_ntohl((X)) macro
/external/python/cpython2/Lib/plat-os2emx/
DIN.py10 def ntohl(X): return _swapl(X) function
/external/tcpdump/
Dnetdissect-stdinc.h291 #define ntohl(x) __ntohl(x) macro
/external/python/cpython2/Lib/plat-aix3/
DIN.py64 def ntohl(x): return (x) function
/external/python/cpython2/Lib/plat-irix5/
DIN.py12 def ntohl(x): return (x) function
/external/python/cpython2/Lib/plat-aix4/
DIN.py88 def ntohl(x): return (x) function
/external/python/cpython2/Lib/plat-linux2/
DIN.py579 def ntohl(x): return (x) function
587 def ntohl(x): return __bswap_32 (x) function
/external/python/cpython2/Lib/plat-beos5/
DIN.py300 def ntohl(x): return B_BENDIAN_TO_HOST_INT32(x) function
/external/python/cpython2/Lib/plat-irix6/
DIN.py55 def ntohl(x): return (x) function
/external/python/cpython2/Lib/plat-unixware7/
DIN.py126 def ntohl(nl): return __ntohl(nl) function
132 def ntohl(x): return (x) function
/external/python/cpython2/Lib/plat-atheos/
DIN.py908 def ntohl(x): return (x) function
916 def ntohl(x): return __bswap_32 (x) function
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py147 def ntohl(x): return __ntohl(x) function
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py153 def ntohl(x): return __ntohl(x) function
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py147 def ntohl(x): return __ntohl(x) function
/external/python/cpython2/Lib/plat-sunos5/
DIN.py1239 def ntohl(x): return (x) function