ntohl
# define ntohl(x) ((uint32_t)__net_swap_int32(x))
# define ntohl(x) (x)
# define ntohl(x) B_BENDIAN_TO_HOST_INT32(x)
#define ntohl(x) fssh_ntohl(x)
# define ntohl(x) B_BENDIAN_TO_HOST_INT32(x)
# define ntohl(x) B_BENDIAN_TO_HOST_INT32(x)