Home
last modified time | relevance | path

Searched refs:PBUF_POOL_SIZE (Results 1 – 8 of 8) sorted by relevance

/third_party/lwip/src/core/
Dinit.c318 #if !MEMP_MEM_MALLOC && PBUF_POOL_SIZE && (PBUF_POOL_BUFSIZE <= (PBUF_LINK_ENCAPSULATION_HLEN + PBU…
321 #if !MEMP_MEM_MALLOC && PBUF_POOL_SIZE && (TCP_WND > (PBUF_POOL_SIZE * (PBUF_POOL_BUFSIZE - (PBUF_L…
/third_party/lwip/test/fuzz/
Dlwipopts.h70 #define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ macro
/third_party/lwip/test/unit/
Dlwipopts.h65 #define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ macro
/third_party/lwip/src/include/lwip/priv/
Dmemp_std.h139 LWIP_PBUF_MEMPOOL(PBUF_POOL, PBUF_POOL_SIZE, PBUF_POOL_BUFSIZE, "PBUF_POOL")
/third_party/lwip/src/include/lwip/
Dopt.h581 #if !defined PBUF_POOL_SIZE || defined __DOXYGEN__
582 #define PBUF_POOL_SIZE 16 macro
/third_party/lwip/
D0001-add-makefile.patch212 +#define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */
D0053-cleancode-improve-lwipopts.h-readability.patch1936 -#define PBUF_POOL_SIZE (MAX_CLIENTS * 2)
2036 +#define PBUF_POOL_SIZE (GAZELLE_MAX_CLIENTS * 2)
D0002-adapt-lstack.patch4979 -#define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */
5030 +#define PBUF_POOL_SIZE (MAX_CLIENTS * 2)