Searched refs:__htonl (Results 1 – 2 of 2) sorted by relevance
70 #define __htonl(x) ((uint32_t)(x)) macro77 #define __htonl(x) (__bswap32(x)) macro
65 #define __htonl(x) (__bswap32(x)) macro