/[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.28 by jani, Fri Feb 21 16:43:46 2003 UTC revision 1.29 by jani, Mon Feb 24 10:49:05 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.29  2003/02/24 10:49:05  jani
7     * cleaned up opt.h a bit, added more option defaults ad changed SYS_LIGHTWEIGHT_PROT to be a 0/1 define.The same for COMPAT_SOCKET
8     *
9   * Revision 1.28  2003/02/21 16:43:46  jani   * Revision 1.28  2003/02/21 16:43:46  jani
10   * byte-order handling functions are in inet.c now and the uperrcase counterparts are gone. opt.h has all the   * byte-order handling functions are in inet.c now and the uperrcase counterparts are gone. opt.h has all the
11   * configurable items debug does not need to be directly included.   * configurable items debug does not need to be directly included.
# Line 175  RFC 3220 4.6          IP Mobility Suppor Line 178  RFC 3220 4.6          IP Mobility Suppor
178  /** the time an ARP entry stays pending after first request, (2 * 10) seconds = 20 seconds. */  /** the time an ARP entry stays pending after first request, (2 * 10) seconds = 20 seconds. */
179  #define ARP_MAXPENDING 2  #define ARP_MAXPENDING 2
180    
 #ifndef ETHARP_ALWAYS_INSERT  
 #  define ETHARP_ALWAYS_INSERT 1  
 #endif  
   
181  #define HWTYPE_ETHERNET 1  #define HWTYPE_ETHERNET 1
182    
183  /** ARP message types */  /** ARP message types */

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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