ip_ntohl_32
#define ip_ntohl_32(x) ((x) & 0xffffffff)
#define ip_ntohl_32(x) (((uint32_t)(x) << 24) | \