Lines Matching full:that

23 that require small modifications of existing programs.
34 As such, the list of functions that may be called from
68 time but is also less memory intensive. The drawback is that program
71 is the preferred way of writing applications that should be small in
81 C function that is called from within the TCP/IP code. Every callback
85 that is independent of the TCP/IP state.
91 Specifies the program specific state that should be passed to all
94 that will be passed to the callbacks.
99 The functions used for setting up connections is similar to that of
129 deallocated. The reason for this behavior is that less memory is
130 needed for a connection that is listening, so tcp_listen() will
146 Inform lwIP that an incoming connection has been accepted. This would
157 Specified the callback function that should be called when a new
197 also means that the memory behind dataptr must not change until the data is
199 - TCP_WRITE_FLAG_MORE: indicates that more data follows. If this is given,
218 Specifies the callback function that should be called when data has
221 amount bytes that was acknowledged by the last acknowledgment.
229 function to indicate that TCP can advertise increase the receive
236 Sets the callback function that will be called when new data
238 indicate that the remote host has closed the connection. If
241 free the pbuf so that lwIP core code can store it.
254 timer for killing connections that have stayed idle for too long, or
264 Specifies the polling interval and the callback function that should
267 twice a second. An interval of 10 means that the application would
294 alerted of this event by the err callback. Errors that might abort a
318 The UDP interface is similar to that of TCP, but due to the lower
335 can be IP_ADDR_ANY to indicate that it should listen to any local IP
360 Specifies a callback function that should be called when a UDP
484 wake a high priority task that services your driver using a binary
489 Note that speed performance isn't influenced much by simply setting
499 after that, too.
501 This implies that PBUF_RAM/PBUF_POOL pbufs passed to raw-API send functions