__net_swap_int32
# define __net_swap_int32(arg) (uint32_t)__builtin_bswap32(arg)
# define __net_swap_int32(arg) __swap_int32(arg)