1*10465441SEvalZeroThis directory contains generic network interface device drivers that 2*10465441SEvalZerodo not contain any hardware or architecture specific code. The files 3*10465441SEvalZeroare: 4*10465441SEvalZero 5*10465441SEvalZeroethernet.c 6*10465441SEvalZero Shared code for Ethernet based interfaces. 7*10465441SEvalZero 8*10465441SEvalZeroethernetif.c 9*10465441SEvalZero An example of how an Ethernet device driver could look. This 10*10465441SEvalZero file can be used as a "skeleton" for developing new Ethernet 11*10465441SEvalZero network device drivers. It uses the etharp.c ARP code. 12*10465441SEvalZero 13*10465441SEvalZerolowpan6.c 14*10465441SEvalZero A 6LoWPAN implementation as a netif. 15*10465441SEvalZero 16*10465441SEvalZeroslipif.c 17*10465441SEvalZero A generic implementation of the SLIP (Serial Line IP) 18*10465441SEvalZero protocol. It requires a sio (serial I/O) module to work. 19*10465441SEvalZero 20*10465441SEvalZeroppp/ Point-to-Point Protocol stack 21*10465441SEvalZero The lwIP PPP support is based from pppd (http://ppp.samba.org) with 22*10465441SEvalZero huge changes to match code size and memory requirements for embedded 23*10465441SEvalZero devices. Please read /doc/ppp.txt and ppp/PPPD_FOLLOWUP for a detailed 24*10465441SEvalZero explanation. 25