__net_swap_int32
# define htonl(x) ((uint32_t)__net_swap_int32(x))
# define ntohl(x) ((uint32_t)__net_swap_int32(x))