__net_swap_int16
# define __net_swap_int16(arg) (uint16_t)__builtin_bswap16(arg)
# define __net_swap_int16(arg) __swap_int16(arg)