htons
ENTRY(htons)
ENTRY(htons)
ENTRY(htons)
#undef htons
htons(uint16_t x)
htons(x)
ALTENTRY(htons)
htons(uint16_t host16)
#undef htons
#define htons(x) (x)
#define htons(x) bswap16((uint16_t)(x))
ALTENTRY(htons)
ALTENTRY(htons)
#define htons(x) __CAST(uint16_t, (x))
#define htons(x) bswap16(__CAST(uint16_t, (x)))