Searched refs:__ntohl (Results 1 – 1 of 1) sorted by relevance
146 #if defined(__GNUC__) && defined(__i386__) && !defined(__ntohl)152 extern __inline__ unsigned long __ntohl (unsigned long x);155 #define ntohl(x) __ntohl(x)157 #define htonl(x) __ntohl(x)160 extern __inline__ unsigned long __ntohl (unsigned long x) in __ntohl() function