/[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.24 by davidhaas, Thu Feb 6 22:18:57 2003 UTC revision 1.25 by likewise, Thu Feb 20 08:42:04 2003 UTC
# Line 3  Line 3 
3   * Address Resolution Protocol module for IP over Ethernet   * Address Resolution Protocol module for IP over Ethernet
4   *   *
5   * $Log$   * $Log$
6     * Revision 1.25  2003/02/20 08:42:04  likewise
7     * Merged with leon-dhcp branch. Tagged as POST_leon-dhcp afterwards.
8     *
9     * Revision 1.24.2.1  2003/02/10 22:42:59  likewise
10     * Massive amount of refactoring DHCP code.
11     *
12   * Revision 1.24  2003/02/06 22:18:57  davidhaas   * Revision 1.24  2003/02/06 22:18:57  davidhaas
13   * Add the following features and bugfixes:   * Add the following features and bugfixes:
14   *   *
# Line 533  etharp_arp_input(struct netif *netif, st Line 539  etharp_arp_input(struct netif *netif, st
539      DEBUGF(ETHARP_DEBUG, ("etharp_arp_input: incoming ARP reply\n"));      DEBUGF(ETHARP_DEBUG, ("etharp_arp_input: incoming ARP reply\n"));
540  #if (LWIP_DHCP && DHCP_DOES_ARP_CHECK)  #if (LWIP_DHCP && DHCP_DOES_ARP_CHECK)
541      /* DHCP needs to know about ARP replies */      /* DHCP needs to know about ARP replies */
542      dhcp_arp_reply(&hdr->sipaddr);      dhcp_arp_reply(struct netif *netif, &hdr->sipaddr);
543  #endif  #endif
544      /* ARP reply directed to us? */      /* ARP reply directed to us? */
545      if(ip_addr_cmp(&(hdr->dipaddr), &(netif->ip_addr))) {      if(ip_addr_cmp(&(hdr->dipaddr), &(netif->ip_addr))) {

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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