Searched defs:__ntohl (Results 1 – 8 of 8) sorted by relevance
68 #define __ntohl(x) ((uint32_t)(x)) macro75 #define __ntohl(x) (__bswap32(x)) macro
63 #define __ntohl(x) (__bswap32(x)) macro
305 static __inline__ unsigned long __ntohl (unsigned long x) in __ntohl() function
135 def __ntohl(x): return __bswap32(x) function
141 def __ntohl(x): return __bswap32(x) function