htobe32
#define htobe32(x) OSSwapHostToBigInt32(x)
#define htobe32(x) __htobe32(x)
# define htobe32(x) htobe(32,(x))
#define htobe32(x) _byteswap_ulong(x)
#define htobe32(x) (x)
#define htobe32(x) OSSwapHostToBigInt32(x)