/[lwip]/lwip/src/include/ipv4/lwip/inet.h
ViewVC logotype

Diff of /lwip/src/include/ipv4/lwip/inet.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by jani, Wed Mar 10 13:23:04 2004 UTC revision 1.11 by christiaans, Fri Nov 25 12:03:39 2005 UTC
# Line 45  u16_t inet_chksum_pseudo(struct pbuf *p, Line 45  u16_t inet_chksum_pseudo(struct pbuf *p,
45         u8_t proto, u16_t proto_len);         u8_t proto, u16_t proto_len);
46    
47  u32_t inet_addr(const char *cp);  u32_t inet_addr(const char *cp);
48  int inet_aton(const char *cp, struct in_addr *addr);  s8_t inet_aton(const char *cp, struct in_addr *addr);
49  char *inet_ntoa(struct in_addr addr); /* returns ptr to static buffer; not reentrant! */  char *inet_ntoa(struct in_addr addr); /* returns ptr to static buffer; not reentrant! */
50    
51  #ifdef htons  #ifdef htons

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26