1 2 3 4 5 6 7 8 9
/* */ #include <stdint.h> uint32_t ntohl(uint32_t netlong); uint16_t ntohs(uint16_t netshort); int inet_aton(const char *cp, struct in_addr *addr);