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