URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [lwIP_MCF5235_GCC/] [lwip/] [src/] [netif/] [FILES] - Rev 583
Compare with Previous | Blame | View Log
This directory contains generic network interface device drivers thatdo not contain any hardware or architecture specific code. The filesare:etharp.cImplements the ARP (Address Resolution Protocol) overEthernet. The code in this file should be used together withEthernet device drivers. Note that this module has beenlargely made Ethernet independent so you should be able toadapt this for other link layers (such as Firewire).ethernetif.cAn example of how an Ethernet device driver could look. Thisfile can be used as a "skeleton" for developing new Ethernetnetwork device drivers. It uses the etharp.c ARP code.loopif.cAn example network interface that shows how a "loopback"interface would work. This is not really intended for actualuse, but as a very basic example of how initialization andoutput functions work.slipif.cA generic implementation of the SLIP (Serial Line IP)protocol. It requires a sio (serial I/O) module to work.ppp/ Point-to-Point Protocol stack
