Home
last modified time | relevance | path

Searched refs:PBUF_POOL_SIZE (Results 1 - 5 of 5) sorted by relevance

/third_party/lwip/src/core/
H A Dinit.c318 #if !MEMP_MEM_MALLOC && PBUF_POOL_SIZE && (PBUF_POOL_BUFSIZE <= (PBUF_LINK_ENCAPSULATION_HLEN + PBUF_LINK_HLEN + PBUF_IP_HLEN + PBUF_TRANSPORT_HLEN))
321 #if !MEMP_MEM_MALLOC && PBUF_POOL_SIZE && (TCP_WND > (PBUF_POOL_SIZE * (PBUF_POOL_BUFSIZE - (PBUF_LINK_ENCAPSULATION_HLEN + PBUF_LINK_HLEN + PBUF_IP_HLEN + PBUF_TRANSPORT_HLEN))))
322 #error "lwip_sanity_check: WARNING: TCP_WND is larger than space provided by PBUF_POOL_SIZE * (PBUF_POOL_BUFSIZE - protocol headers). If you know what you are doing, define LWIP_DISABLE_TCP_SANITY_CHECKS to 1 to disable this error."
/third_party/lwip/test/fuzz/
H A Dlwipopts.h70 #define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ macro
/third_party/lwip/test/unit/
H A Dlwipopts.h65 #define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ macro
/third_party/lwip/src/include/lwip/priv/
H A Dmemp_std.h139 LWIP_PBUF_MEMPOOL(PBUF_POOL, PBUF_POOL_SIZE, PBUF_POOL_BUFSIZE, "PBUF_POOL")
/third_party/lwip/src/include/lwip/
H A Dopt.h579 * PBUF_POOL_SIZE: the number of buffers in the pbuf pool.
581 #if !defined PBUF_POOL_SIZE || defined __DOXYGEN__
582 #define PBUF_POOL_SIZE 16 macro
788 * PBUF_POOL_SIZE > IP_REASS_MAX_PBUFS so that the stack is still able to receive
791 * (PBUF_POOL_SIZE > 2 * IP_REASS_MAX_PBUFS)!

Completed in 6 milliseconds