xref: /btstack/3rd-party/lwip/core/src/FILES (revision 97dc5e692c7d94a280158af58036a0efee5b0e56)
1*97dc5e69SMatthias Ringwaldapi/      - The code for the high-level wrapper API. Not needed if
2*97dc5e69SMatthias Ringwald            you use the lowel-level call-back/raw API.
3*97dc5e69SMatthias Ringwald
4*97dc5e69SMatthias Ringwaldapps/     - Higher layer applications that are specifically programmed
5*97dc5e69SMatthias Ringwald            with the lwIP low-level raw API.
6*97dc5e69SMatthias Ringwald
7*97dc5e69SMatthias Ringwaldcore/     - The core of the TPC/IP stack; protocol implementations,
8*97dc5e69SMatthias Ringwald            memory and buffer management, and the low-level raw API.
9*97dc5e69SMatthias Ringwald
10*97dc5e69SMatthias Ringwaldinclude/  - lwIP include files.
11*97dc5e69SMatthias Ringwald
12*97dc5e69SMatthias Ringwaldnetif/    - Generic network interface device drivers are kept here.
13*97dc5e69SMatthias Ringwald
14*97dc5e69SMatthias RingwaldFor more information on the various subdirectories, check the FILES
15*97dc5e69SMatthias Ringwaldfile in each directory.
16