/[lwip]/lwip/src/netif/FILES
ViewVC logotype

Diff of /lwip/src/netif/FILES

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

revision 1.4 by jani, Fri May 30 08:49:34 2003 UTC revision 1.5 by likewise, Mon Nov 29 09:39:51 2004 UTC
# Line 1  Line 1 
1  This directory contains generic network interface device drivers that  This directory contains generic network interface device drivers that
2  don't contain any hardware or architecture specific code. The files  do not contain any hardware or architecture specific code. The files
3  are:  are:
4    
5  etharp.c  etharp.c
6            Implements the ARP (Address Resolution Protocol) over            Implements the ARP (Address Resolution Protocol) over
7            Ethernet. The code in this file should be used together with            Ethernet. The code in this file should be used together with
8            Ethernet device drivers.            Ethernet device drivers. Note that this module has been
9              largely made Ethernet independent so you should be able to
10              adapt this for other link layers (such as Firewire).
11    
12  ethernetif.c  ethernetif.c
13            An example of how an Ethernet device driver could look. This            An example of how an Ethernet device driver could look. This
14            file can be used as a "skeleton" for developing new Ethernet            file can be used as a "skeleton" for developing new Ethernet
15            network device drivers. It uses the etharp.c ARP code.            network device drivers. It uses the etharp.c ARP code.
           !!!THIS FILE IS NOT IN SYNC WITH CURRENT CODE !!!!  
16    
17  loopif.c  loopif.c
18            An example network interface that shows how a "loopback"            An example network interface that shows how a "loopback"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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