htonl
ENTRY(htonl)
ENTRY(htonl)
ENTRY(htonl)
#undef htonl
htonl(uint32_t x)
htonl(x)
ALTENTRY(htonl)
htonl(uint32_t host32)
#undef htonl
#define htonl(x) (x)
#define htonl(x) bswap32((uint32_t)(x))
ALTENTRY(htonl)
ALTENTRY(htonl)
#define htonl(x) __CAST(uint32_t, (x))
#define htonl(x) bswap32(__CAST(uint32_t, (x)))