#include #include #include uint16_t inet_atop(const char *port) { return htons(atoi(port)); }