ntohl
ENTRY(ntohl)
ENTRY(ntohl)
ENTRY(ntohl)
#undef ntohl
ntohl(uint32_t x)
ntohl(x)
ALTENTRY(ntohl)
ntohl(uint32_t net32)
#undef ntohl
#define ntohl(x) (x)
#define ntohl(x) bswap32((uint32_t)(x))
ALTENTRY(ntohl)
ENTRY(ntohl)
#define ntohl(x) __CAST(uint32_t, (x))
#define ntohl(x) bswap32(__CAST(uint32_t, (x)))