#include #include #include uint16_t ntohs(uint16_t nl) { return htons(nl); }