Searched refs:__ntohl (Results 1 – 5 of 5) sorted by relevance
282 #if defined(__GNUC__) && defined(__i386__) && !defined(__APPLE__) && !defined(__ntohl)288 static __inline__ unsigned long __ntohl (unsigned long x);291 #define ntohl(x) __ntohl(x)293 #define htonl(x) __ntohl(x)296 static __inline__ unsigned long __ntohl (unsigned long x) in __ntohl() function
141 def __ntohl(x): return __bswap32(x) function153 def ntohl(x): return __ntohl(x)
135 def __ntohl(x): return __bswap32(x) function147 def ntohl(x): return __ntohl(x)
126 def ntohl(nl): return __ntohl(nl)