Searched defs:htonl (Results 1 – 6 of 6) sorted by relevance
13 htonl(u_int32_t x) in htonl() function
59 #define htonl(x) (__builtin_constant_p(x) ? ___constant_swab32(x) : __builtin_bswap32(x)) macro
60 #define htonl(x) (__builtin_constant_p(x) ? ___constant_swab32(x) : __builtin_bswap32(x)) macro
59 #define htonl(x) __builtin_bswap32(x) macro
58 #define htonl(x) __swap32(x) macro
61 #define htonl(x) ntohl(x) macro