htole32
#define htole32(_x) __cpu_to_le32(_x)
#define htole32(x) (x)
#define htole32(x) __bswap_32(x)