/[lwip]/lwip/src/netif/etharp.c
ViewVC logotype

Diff of /lwip/src/netif/etharp.c

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

revision 1.42 by likewise, Thu May 1 13:24:01 2003 UTC revision 1.43 by jani, Tue May 6 12:13:34 2003 UTC
# Line 216  find_arp_entry(void) Line 216  find_arp_entry(void)
216      if (j != ARP_TABLE_SIZE) {      if (j != ARP_TABLE_SIZE) {
217        DEBUGF(ETHARP_DEBUG, ("find_arp_entry: found oldest stable entry %u\n", j));        DEBUGF(ETHARP_DEBUG, ("find_arp_entry: found oldest stable entry %u\n", j));
218      } else {      } else {
219        DEBUGF(ETHARP_DEBUG, ("find_arp_entry: no replacable entry could be found\n", j));        DEBUGF(ETHARP_DEBUG, ("find_arp_entry: no replacable entry could be found\n"));
220      }      }
221      i = j;      i = j;
222    }    }

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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