Searched refs:PBUF_POOL_SIZE (Results 1 – 16 of 16) sorted by relevance
314 #if !MEMP_MEM_MALLOC && PBUF_POOL_SIZE && (PBUF_POOL_BUFSIZE <= (PBUF_LINK_ENCAPSULATION_HLEN + PBU…317 #if !MEMP_MEM_MALLOC && PBUF_POOL_SIZE && (TCP_WND > (PBUF_POOL_SIZE * (PBUF_POOL_BUFSIZE - (PBUF_L…
319 #if !MEMP_MEM_MALLOC && PBUF_POOL_SIZE && (PBUF_POOL_BUFSIZE <= (PBUF_LINK_ENCAPSULATION_HLEN + PBU…322 #if !MEMP_MEM_MALLOC && PBUF_POOL_SIZE && (TCP_WND > (PBUF_POOL_SIZE * (PBUF_POOL_BUFSIZE - (PBUF_L…
52 #define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ macro
63 #define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ macro
70 #define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ macro
64 #define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ macro
103 LWIP_PBUF_MEMPOOL(PBUF_POOL, PBUF_POOL_SIZE, PBUF_POOL_BUFSIZE, "PBUF_POOL")
413 #ifndef PBUF_POOL_SIZE414 #define PBUF_POOL_SIZE 16 macro
127 LWIP_PBUF_MEMPOOL(PBUF_POOL, PBUF_POOL_SIZE, PBUF_POOL_BUFSIZE, "PBUF_POOL")
134 LWIP_PBUF_MEMPOOL(PBUF_POOL, PBUF_POOL_SIZE, PBUF_POOL_BUFSIZE, "PBUF_POOL")
276 #if !MEMP_MEM_MALLOC && (TCP_WND > (PBUF_POOL_SIZE * (PBUF_POOL_BUFSIZE - (PBUF_LINK_HLEN + PBUF_IP…
339 #define PBUF_POOL_SIZE RT_LWIP_PBUF_NUM macro
494 #if !defined PBUF_POOL_SIZE || defined __DOXYGEN__495 #define PBUF_POOL_SIZE 16 macro
581 #if !defined PBUF_POOL_SIZE || defined __DOXYGEN__582 #define PBUF_POOL_SIZE 16 macro
51 PBUF_POOL_SIZE and IP_REASS_BUFSIZE are set to match your
395 Initializes the pbuf memory pool defined by PBUF_POOL_SIZE.
Completed in 20 milliseconds