Update src/FILES and src/netif/FILES

This commit is contained in:
jani 2003-02-05 13:39:35 +00:00
parent 98fbb855fb
commit d2e008d4b4
2 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,5 @@
api/ - The code for the API.
arch/ - Architectural specific files are kept here.
core/ - The core files including protocol implementations, memory
and buffer management etc.

View File

@ -11,6 +11,7 @@ ethernetif.c
An example of how an Ethernet device driver could look. This
file can be used as a "skeleton" for developing new Ethernet
network device drivers. It uses the etharp.c ARP code.
!!!THIS FILE IS NOT IN SYNC WITH CURRENT CODE !!!!
loopif.c
An example network interface that shows how a "loopback"
@ -22,7 +23,3 @@ slipif.c
A generic implementation of the SLIP (Serial Line IP)
protocol. It requires a sio (serial I/O) module to work.
tcpdump.c
Not a network interface driver, but some code that parses a
TCP/IP packet and outputs printfs in an tcpdump-like
way. Only used for debugging.