HTONL
#define HTONL(x) (x) = htonl((__uint32_t)(x))
#define HTONL htonl
#define HTONL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \