/[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.26 by likewise, Thu Feb 20 13:13:56 2003 UTC revision 1.27 by jani, Thu Feb 20 16:32:24 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.27  2003/02/20 16:32:24  jani
7     * do not directly include lwipopts.h but lwip/opt.h instead
8     *
9   * Revision 1.26  2003/02/20 13:13:56  likewise   * Revision 1.26  2003/02/20 13:13:56  likewise
10   * Fixed some issues open after merging 'leon-dhcp'. Added new debugging.   * Fixed some issues open after merging 'leon-dhcp'. Added new debugging.
11   *   *
# Line 158  RFC 3220 4.6          IP Mobility Suppor Line 161  RFC 3220 4.6          IP Mobility Suppor
161  #include "netif/etharp.h"  #include "netif/etharp.h"
162  #include "lwip/ip.h"  #include "lwip/ip.h"
163  #include "lwip/stats.h"  #include "lwip/stats.h"
 #include "lwipopts.h"  
164    
165  /* ARP needs to inform DHCP of any ARP replies? */  /* ARP needs to inform DHCP of any ARP replies? */
166  #if (LWIP_DHCP && DHCP_DOES_ARP_CHECK)  #if (LWIP_DHCP && DHCP_DOES_ARP_CHECK)

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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