Searched defs:htonl (Results 1 – 3 of 3) sorted by relevance
47 #define htonl(x) (__builtin_constant_p(x) ? ___constant_swab32(x) : __builtin_bswap32(x)) macro
56 #define htonl(x) __builtin_bswap32(x) macro
32 # define htonl(x) ntohl(x) macro