ntohs
ENTRY(ntohs)
ENTRY(ntohs)
ENTRY(ntohs)
#undef ntohs
ntohs(uint16_t x)
ntohs(x)
ALTENTRY(ntohs)
ntohs(uint16_t net16)
#undef ntohs
#define ntohs(x) (x)
#define ntohs(x) bswap16((uint16_t)(x))
ALTENTRY(ntohs)
ENTRY(ntohs)
#define ntohs(x) __CAST(uint16_t, (x))
#define ntohs(x) bswap16(__CAST(uint16_t, (x)))