1195972f6Sopenharmony_ciThis directory contains generic network interface device drivers that
2195972f6Sopenharmony_cido not contain any hardware or architecture specific code. The files
3195972f6Sopenharmony_ciare:
4195972f6Sopenharmony_ci
5195972f6Sopenharmony_ciethernet.c
6195972f6Sopenharmony_ci          Shared code for Ethernet based interfaces.
7195972f6Sopenharmony_ci
8195972f6Sopenharmony_cilowpan6.c
9195972f6Sopenharmony_ci          A 6LoWPAN implementation as a netif.
10195972f6Sopenharmony_ci
11195972f6Sopenharmony_cilowpan6_ble.c
12195972f6Sopenharmony_ci          A 6LoWPAN over Bluetooth Low Energy (BLE) implementation as netif,
13195972f6Sopenharmony_ci          according to RFC-7668.
14195972f6Sopenharmony_ci
15195972f6Sopenharmony_cislipif.c
16195972f6Sopenharmony_ci          A generic implementation of the SLIP (Serial Line IP)
17195972f6Sopenharmony_ci          protocol. It requires a sio (serial I/O) module to work.
18195972f6Sopenharmony_ci
19195972f6Sopenharmony_cippp/      Point-to-Point Protocol stack
20195972f6Sopenharmony_ci          The lwIP PPP support is based from pppd (http://ppp.samba.org) with
21195972f6Sopenharmony_ci          huge changes to match code size and memory requirements for embedded
22195972f6Sopenharmony_ci          devices. Please read /doc/ppp.txt and ppp/PPPD_FOLLOWUP for a detailed
23195972f6Sopenharmony_ci          explanation.
24