Lines Matching full:by

14 paradigm. Since the TCP/IP stack is event based by nature, the TCP/IP
46 since they are protected by SYS_LIGHTWEIGHT_PROT and/or
54 protected by semaphores).
60 better with the TCP/IP code. Program execution is event based by
74 Both APIs can be used simultaneously by different application
80 Program execution is driven by callbacks. Each callback is an ordinary
141 in the listen queue to the value specified by the backlog argument.
184 TCP data is sent by enqueueing the data with a call to
192 Enqueues the data pointed to by the argument dataptr. The length of
196 should be allocated and the data should only be referenced by pointer. This
198 ACKed by the remote host
200 the PSH flag is set in the last segment created by this call to tcp_write.
212 data has been successfully received by the other host and try again.
219 successfully been received (i.e., acknowledged) by the remote
221 amount bytes that was acknowledged by the last acknowledgment.
252 received), lwIP will repeatedly poll the application by calling a
277 should wait and try again either by using the acknowledgment
281 The pcb is deallocated by the TCP code after a call to tcp_close().
285 Aborts the connection by sending a RST (reset) segment to the remote
294 alerted of this event by the err callback. Errors that might abort a
387 Initializes the dynamic memory heap defined by MEM_SIZE.
391 Initializes the memory pools defined by MEMP_NUM_x.
395 Initializes the pbuf memory pool defined by PBUF_POOL_SIZE.
470 Other significant improvements can be made by supplying
489 Note that speed performance isn't influenced much by simply setting
502 must *not* be reused by the application unless their ref-count is 1.