Lines Matching full:queued
448 * MEMP_NUM_TCP_SEG: the number of simultaneously queued TCP segments.
466 * MEMP_NUM_REASSDATA: the number of IP packets simultaneously queued for
485 * MEMP_NUM_ARP_QUEUE: the number of simultaneously queued outgoing
648 * ARP_QUEUEING==1: Multiple outgoing packets are queued during hardware address
649 * resolution. By default, only the most recent packet is queued per IP address.
658 /** The maximum number of packets which may be queued for each
660 * Old packets are dropped, new packets are queued.
1336 * than TCP_SND_QUEUELEN. If the number of pbufs queued on a pcb drops below
1344 * TCP_OOSEQ_MAX_BYTES: The default maximum number of bytes queued on ooseq per
1353 * TCP_OOSEQ_BYTES_LIMIT(pcb): Return the maximum number of bytes to be queued
1367 * TCP_OOSEQ_MAX_PBUFS: The default maximum number of pbufs queued on ooseq per
1376 * TCP_OOSEQ_PBUFS_LIMIT(pcb): Return the maximum number of pbufs to be queued