Lines Matching full:when
27 lwIP started targeting single-threaded environments. When adding multi-
122 Commands a pcb to start listening for incoming connections. When an
157 Specified the callback function that should be called when a new
171 when the connection is established. If the connection could not be
185 tcp_write(). When the data is successfully transmitted to the remote
218 Specifies the callback function that should be called when data has
227 callback function is called when new data arrives. When the
236 Sets the callback function that will be called when new data
245 Must be called when the application has received the data. The len
251 When a connection is idle (i.e., no data is either transmitted or
258 again when the connection has been idle for a while.
288 ATTENTION: When calling this from one of the TCP callbacks, make
295 connection are when there is a shortage of memory. The callback
309 to be called before any other TCP function is called. When the system
360 Specifies a callback function that should be called when a UDP
370 We can give you some idea on how to proceed when using the raw API.
424 Give pointers to cleared ip_addr structures when using DHCP,
449 When the netif is fully configured this function must be called.
482 E.g. when using the cs8900 driver, call cs8900if_service(ethif)
483 as frequently as possible. When using an RTOS let the cs8900 interrupt
498 when the packets have been enqueued for sending, data must be kept stable
505 but the stack/driver will/must copy PBUF_REF'ed data when enqueueing, while