aboutsummaryrefslogtreecommitdiff
path: root/system/include/net/arpa/inet.h
blob: af7845fd6d765904bb1e6a9827929edf77d3ac91 (plain)
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);