Searched refs:queue (Results 1 – 4 of 4) sorted by relevance
| /lib/liblwip/src/core/ |
| D | tcp_out.c | 357 struct tcp_seg *last_unsent = NULL, *seg = NULL, *prev_seg = NULL, *queue = NULL; in tcp_write() local 535 …loc(PBUF_TRANSPORT, seglen + optlen, mss_local, &oversize, pcb, apiflags, queue == NULL)) == NULL)… in tcp_write() 599 if (queue == NULL) { in tcp_write() 600 queue = seg; in tcp_write() 668 pcb->unsent = queue; in tcp_write() 670 last_unsent->next = queue; in tcp_write() 700 if (queue != NULL) { in tcp_write() 701 tcp_segs_free(queue); in tcp_write()
|
| /lib/liblwip/doc/ |
| D | rawapi.txt | 141 in the listen queue to the value specified by the backlog argument. 205 the queue of outgoing segment is larger than the upper limit defined 206 in lwipopts.h. The number of bytes available in the output queue can 399 Initializes the ARP table and queue.
|
| D | sys_arch.txt | 26 either as a queue which allows multiple messages to be posted to a
|
| /lib/liblwip/ |
| D | CHANGELOG | 31 * opt.h, tcp.c, tcp_in.c: Implemented limiting data on ooseq queue (task #9989) 137 queue while closing 218 * tcp_in.c: fixed bug #28288: Data after FIN in oos queue 609 * etharp.c: Fixed bug #31720: ARP-queueing: RFC 1122 recommends to queue at 1008 sequence queue, also fixed PBUF_POOL leak in the out-of-sequence code 1550 "backlog" parameter in an u8_t, 0 is interpreted as "smallest queue", add 2818 * tcp_out.c: Fixed uninitialized 'queue' referenced in memerr branch. 2830 * etharp.*: Disabled multiple packets on the ARP queue. 2935 address is already known; we now always queue the packet and perform an ARP 2943 * Fixed TCP bug in dequeueing of FIN from out of order segment queue. [all …]
|