Lines Matching full:application
7 * lwIP provides three Application Program's Interfaces (APIs) for programs
13 * The raw TCP/IP interface allows the application program to integrate
16 * code. The TCP/IP code and the application program both run in the same
19 * on the application.
23 * development is somewhat harder and application programs written for
28 * All APIs can be used simultaneously by different application
29 * programs. In fact, the sequential API is implemented as an application
46 * invoked by the lwIP core when activity related to that application
47 * occurs. A particular application may register to be notified via a
50 * closed, etc. An application can provide a callback function to perform
71 * code and the application program must reside in different execution
150 * problems in application code: IRQ is blocked for a long time, multiple
151 * execution contexts in application code etc. When the application wants
196 * Also keep in mind the user application may also write into pbufs,
317 * from pbuf- and memory management functions). Application threads using
353 * macro in an application that uses multithreading. lwIP code has
398 to match your application and network.