Home
last modified time | relevance | path

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

/external/tcpdump/
Dtcpdump-stdinc.h256 #if defined(__GNUC__) && defined(__i386__) && !defined(__APPLE__) && !defined(__ntohl)
262 static __inline__ unsigned long __ntohl (unsigned long x);
265 #define ntohl(x) __ntohl(x)
267 #define htonl(x) __ntohl(x)
270 static __inline__ unsigned long __ntohl (unsigned long x) in __ntohl() function