HTONS
#define HTONS(x) (void) (x)
#define HTONS(x) (x) = htons((uint16_t)(x))
#define HTONS(x) __CAST(void, (x))
#define HTONS(x) (x) = htons(__CAST(uint16_t, (x)))