Searched refs:__htonl (Results 1 – 6 of 6) sorted by relevance
66 #define __htonl(x) ((__uint32_t)(x)) macro73 #define __htonl(x) (__bswap32(x)) macro
121 #define __htonl(x) ((__uint32_t)(x)) macro138 #define __htonl(x) (__bswap32((x))) macro
72 #define __htonl(x) __bswap32(x) macro
59 #define __htonl(x) (__bswap32(x)) macro
335 #define htonl(x) __htonl(x)
119 #define htonl(x) __htonl(x)