Home
last modified time | relevance | path

Searched defs:__ntohl (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dnetdissect-stdinc.h296 static __inline__ unsigned long __ntohl (unsigned long x) in __ntohl() function
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py135 def __ntohl(x): return __bswap32(x) function
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py135 def __ntohl(x): return __bswap32(x) function
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py141 def __ntohl(x): return __bswap32(x) function