Searched refs:__ntohl (Results 1 – 6 of 6) sorted by relevance
64 #define __ntohl(x) ((__uint32_t)(x)) macro71 #define __ntohl(x) (__bswap32(x)) macro
123 #define __ntohl(x) ((__uint32_t)(x)) macro136 #define __ntohl(x) (__bswap32((x))) macro
74 #define __ntohl(x) __bswap32(x) macro
57 #define __ntohl(x) (__bswap32(x)) macro
337 #define ntohl(x) __ntohl(x)
121 #define ntohl(x) __ntohl(x)