Lines Matching full:application

5 lwIP provides three Application Program's Interfaces (APIs) for programs
15 code and the application program must reside in different execution
31 this thread! Application threads using the sequential- or socket API
59 The raw TCP/IP interface allows the application program to integrate
62 code. The TCP/IP code and the application program both run in the same
65 on the application.
69 development is somewhat harder and application programs written for
74 Both APIs can be used simultaneously by different application
75 programs. In fact, the sequential API is implemented as an application
87 The function for setting the application connection state is:
186 host, the application will be notified with a call to a specified
211 the application should wait until some of the currently enqueued
226 TCP data reception is callback based - an application specified
228 application has taken the data, it has to call the tcp_recved()
245 Must be called when the application has received the data. The len
249 --- Application polling
252 received), lwIP will repeatedly poll the application by calling a
257 the application may use the polling functionality to call tcp_write()
265 be called to poll the application. The interval is specified in
267 twice a second. An interval of 10 means that the application would
276 was available for closing the connection. If so, the application
293 If a connection is aborted because of an error, the application is
486 to match your application and network.
502 must *not* be reused by the application unless their ref-count is 1.