xref: /nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/FILES (revision 104654410c56c573564690304ae786df310c91fc)
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*10465441SEvalZerolowpan6.c
9*10465441SEvalZero          A 6LoWPAN implementation as a netif.
10*10465441SEvalZero
11*10465441SEvalZerolowpan6_ble.c
12*10465441SEvalZero          A 6LoWPAN over Bluetooth Low Energy (BLE) implementation as netif,
13*10465441SEvalZero          according to RFC-7668.
14*10465441SEvalZero
15*10465441SEvalZeroslipif.c
16*10465441SEvalZero          A generic implementation of the SLIP (Serial Line IP)
17*10465441SEvalZero          protocol. It requires a sio (serial I/O) module to work.
18*10465441SEvalZero
19*10465441SEvalZeroppp/      Point-to-Point Protocol stack
20*10465441SEvalZero          The lwIP PPP support is based from pppd (http://ppp.samba.org) with
21*10465441SEvalZero          huge changes to match code size and memory requirements for embedded
22*10465441SEvalZero          devices. Please read /doc/ppp.txt and ppp/PPPD_FOLLOWUP for a detailed
23*10465441SEvalZero          explanation.
24