Searched defs:__ntohl (Results 1 – 2 of 2) sorted by relevance
184 #define __ntohl(x) __bswap32(x) macro
305 static __inline__ unsigned long __ntohl (unsigned long x) in __ntohl() function