/[lwip]/lwip/src/include/ipv6/lwip/ip_addr.h
ViewVC logotype

Diff of /lwip/src/include/ipv6/lwip/ip_addr.h

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

revision 1.2 by likewise, Wed Jan 8 10:09:42 2003 UTC revision 1.3 by likewise, Mon Jun 9 21:14:47 2003 UTC
# Line 46  struct ip_addr { Line 46  struct ip_addr {
46                                                 (ipaddr)->addr[3] = htonl(((g & 0xffff) << 16) | (h & 0xffff)); } while(0)                                                 (ipaddr)->addr[3] = htonl(((g & 0xffff) << 16) | (h & 0xffff)); } while(0)
47    
48  int ip_addr_maskcmp(struct ip_addr *addr1, struct ip_addr *addr2,  int ip_addr_maskcmp(struct ip_addr *addr1, struct ip_addr *addr2,
49                      struct ip_addr *mask);          struct ip_addr *mask);
50  int ip_addr_cmp(struct ip_addr *addr1, struct ip_addr *addr2);  int ip_addr_cmp(struct ip_addr *addr1, struct ip_addr *addr2);
51  void ip_addr_set(struct ip_addr *dest, struct ip_addr *src);  void ip_addr_set(struct ip_addr *dest, struct ip_addr *src);
52  int ip_addr_isany(struct ip_addr *addr);  int ip_addr_isany(struct ip_addr *addr);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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