Lines Matching full:that
12 to be used without an operating system that implements zero-copy send and
29 that require small modifications of existing programs.
43 As such, the list of functions that may be called from
61 granularity level. That is, a UDP or TCP control block must
83 time but is also less memory intensive. The drawback is that program
86 is the preferred way of writing applications that should be small in
105 invoked by the lwIP core when activity related to that application
111 C function that is called from within the TCP/IP code. Every callback
115 that is independent of the TCP/IP state.
121 Specifies the program specific state that should be passed to all
124 that will be passed to the callbacks.
129 The functions used for setting up connections is similar to that of
159 deallocated. The reason for this behavior is that less memory is
160 needed for a connection that is listening, so tcp_listen() will
178 Specified the callback function that should be called when a new
218 also means that the memory behind dataptr must not change until the data is
220 - TCP_WRITE_FLAG_MORE: indicates that more data follows. If this is omitted,
239 Specifies the callback function that should be called when data has
242 amount bytes that was acknowledged by the last acknowledgment.
250 function to indicate that TCP can advertise increase the receive
257 Sets the callback function that will be called when new data
259 indicate that the remote host has closed the connection. If
262 free the pbuf so that lwIP core code can store it.
275 timer for killing connections that have stayed idle for too long, or
285 Specifies the polling interval and the callback function that should
288 twice a second. An interval of 10 means that the application would
315 alerted of this event by the err callback. Errors that might abort a
328 The UDP interface is similar to that of TCP, but due to the lower
345 can be IP_ADDR_ANY to indicate that it should listen to any local IP
370 Specifies a callback function that should be called when a UDP
472 wake a high priority task that services your driver using a binary
477 Note that speed performance isn't influenced much by simply setting
487 after that, too.
489 This implies that PBUF_RAM/PBUF_POOL pbufs passed to raw-API send functions