/[lwip]/lwip/src/core/ipv6/ip6_addr.c
ViewVC logotype

Diff of /lwip/src/core/ipv6/ip6_addr.c

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

revision 1.7 by likewise, Sat Feb 7 00:30:03 2004 UTC revision 1.8 by likewise, Thu Nov 25 13:33:07 2004 UTC
# Line 35  Line 35 
35    
36    
37  int  int
38  ip_addr_maskcmp(struct ip_addr *addr1, struct ip_addr *addr2,  ip_addr_netcmp(struct ip_addr *addr1, struct ip_addr *addr2,
39                  struct ip_addr *mask)                  struct ip_addr *mask)
40  {  {
41    return((addr1->addr[0] & mask->addr[0]) == (addr2->addr[0] & mask->addr[0]) &&    return((addr1->addr[0] & mask->addr[0]) == (addr2->addr[0] & mask->addr[0]) &&

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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