Searched refs:PBUF_POOL_SIZE (Results 1 – 5 of 5) sorted by relevance
318 #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…
70 #define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ macro
65 #define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ macro
139 LWIP_PBUF_MEMPOOL(PBUF_POOL, PBUF_POOL_SIZE, PBUF_POOL_BUFSIZE, "PBUF_POOL")
581 #if !defined PBUF_POOL_SIZE || defined __DOXYGEN__582 #define PBUF_POOL_SIZE 16 macro