Lines Matching full:per

424  * per active UDP "connection".
496 * can be members at the same time (one per netif - allsystems group -, plus one
497 * per netif membership).
538 * In that case, you need one per thread calling lwip_select.)
649 * resolution. By default, only the most recent packet is queued per IP address.
806 * filter per pcb on udp and raw send operations. To enable broadcast filter
1344 * TCP_OOSEQ_MAX_BYTES: The default maximum number of bytes queued on ooseq per
1354 * on ooseq per pcb, given the pcb. Only valid for TCP_QUEUE_OOSEQ==1 &&
1356 * Use this to override TCP_OOSEQ_MAX_BYTES to a dynamic value per pcb.
1367 * TCP_OOSEQ_MAX_PBUFS: The default maximum number of pbufs queued on ooseq per
1377 * on ooseq per pcb, given the pcb. Only valid for TCP_QUEUE_OOSEQ==1 &&
1379 * Use this to override TCP_OOSEQ_MAX_PBUFS to a dynamic value per pcb.
1417 * TCP_MSS/4: Try to create 4 fragments or less per TCP packet.
1899 /** LWIP_NETCONN_SEM_PER_THREAD==1: Use one (thread-local) semaphore per
1901 * semaphore per netconn (and per select etc.)
2067 * This saves RAM (counters per socket) and code (netconn event callback), which
2271 * per netif.
2417 * LWIP_IPV6_NUM_ADDRESSES: Number of IPv6 addresses per netif.
2453 * LWIP_IPV6_AUTOCONFIG==1: Enable stateless address autoconfiguration as per RFC 4862.
2486 * LWIP_ICMP6==1: Enable ICMPv6 (mandatory per RFC)
2657 * DNS Server Option (as per RFC 6106) to copy a defined maximum number of DNS
3019 * on per-netif basis to implement this callback, see @ref netif_cd.