le16toh
#define le16toh(x) __htole16(x)
# define le16toh(x) letoh(16,(x))
#define le16toh(x) (x)
#define le16toh(x) _byteswap_ushort(x)
#define le16toh(x) OSSwapLittleToHostInt16(x)