#include #include #include uint32_t ntohl(uint32_t nl) { return htonl(nl); }