HomeSort by relevance Sort by last modified time
    Searched refs:__ntohs (Results 1 - 6 of 6) sorted by null

  /external/tcpdump/
netdissect-stdinc.h 289 static __inline__ unsigned short __ntohs (unsigned short x);
292 #define ntohs(x) __ntohs(x)
294 #define htons(x) __ntohs(x)
305 static __inline__ unsigned short __ntohs (unsigned short x) function
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
endian.h 62 #define __ntohs(x) (__bswap16(x)) macro
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 143 def __ntohs(x): return __bswap16(x) function
155 def ntohs(x): return __ntohs(x)
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 137 def __ntohs(x): return __bswap16(x) function
149 def ntohs(x): return __ntohs(x)
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 137 def __ntohs(x): return __bswap16(x) function
149 def ntohs(x): return __ntohs(x)
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 130 def ntohs(ns): return __ntohs(ns)

Completed in 216 milliseconds