aboutsummaryrefslogtreecommitdiff
path: root/system/include/net/arpa/inet.h
blob: 76ad8b5f487b5e83e57834b38f25ad07fd59515d (plain)
1
2
3
4
5
6
7
/* */

uint32_t ntohl(uint32_t netlong);

uint16_t ntohs(uint16_t netshort);

int inet_aton(const char *cp, struct in_addr *addr);