inet_address uses uint32_t to store the ip address, but its constructor is int32_t. So this patch adds such a constructor. Signed-off-by: Amnon Heiman <amnon@scylladb.com>