Searched defs:__ntohl (Results 1 – 4 of 4) sorted by relevance
123 #define __ntohl(x) ((__uint32_t)(x)) macro136 #define __ntohl(x) (__bswap32((x))) macro
64 #define __ntohl(x) ((__uint32_t)(x)) macro71 #define __ntohl(x) (__bswap32(x)) macro
74 #define __ntohl(x) __bswap32(x) macro
57 #define __ntohl(x) (__bswap32(x)) macro