Home
last modified time | relevance | path

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

/external/tcpdump/
Dnetdissect-stdinc.h305 static __inline__ unsigned short __ntohs (unsigned short x) in __ntohs() function
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py137 def __ntohs(x): return __bswap16(x) function
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py137 def __ntohs(x): return __bswap16(x) function
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py143 def __ntohs(x): return __bswap16(x) function