inet_ntoa and inet_aton from Marc

This commit is contained in:
jani
2003-06-02 11:09:01 +00:00
parent ff63557d39
commit 39a6db4097
5 changed files with 200 additions and 6 deletions

View File

@@ -44,6 +44,8 @@ u16_t inet_chksum_pseudo(struct pbuf *p,
struct ip_addr *src, struct ip_addr *dest,
u8_t proto, u32_t proto_len);
u32_t inet_addr(const char *cp);
int inet_aton(const char *cp, struct in_addr *addr);
#ifndef _MACHINE_ENDIAN_H_
#ifndef _NETINET_IN_H