HomeSort by relevance Sort by last modified time
    Searched full:__ntohl (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
tcpdump-stdinc.h 193 #if defined(__GNUC__) && defined(__i386__) && !defined(__APPLE__) && !defined(__ntohl)
199 static __inline__ unsigned long __ntohl (unsigned long x);
202 #define ntohl(x) __ntohl(x)
204 #define htonl(x) __ntohl(x)
207 static __inline__ unsigned long __ntohl (unsigned long x) function

Completed in 133 milliseconds