Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/core/
A Dinit.c314 #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…
/components/net/lwip/lwip-2.0.3/src/core/
A Dinit.c319 #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…
/components/net/lwip/lwip-2.0.3/test/unit/
A Dlwipopts.h52 #define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ macro
/components/net/lwip/lwip-2.0.3/test/fuzz/
A Dlwipopts.h63 #define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ macro
/components/net/lwip/lwip-2.1.2/test/fuzz/
A Dlwipopts.h70 #define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ macro
/components/net/lwip/lwip-2.1.2/test/unit/
A Dlwipopts.h64 #define PBUF_POOL_SIZE 400 /* pbuf tests need ~200KByte */ macro
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dmemp_std.h103 LWIP_PBUF_MEMPOOL(PBUF_POOL, PBUF_POOL_SIZE, PBUF_POOL_BUFSIZE, "PBUF_POOL")
A Dopt.h413 #ifndef PBUF_POOL_SIZE
414 #define PBUF_POOL_SIZE 16 macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dmemp_std.h127 LWIP_PBUF_MEMPOOL(PBUF_POOL, PBUF_POOL_SIZE, PBUF_POOL_BUFSIZE, "PBUF_POOL")
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dmemp_std.h134 LWIP_PBUF_MEMPOOL(PBUF_POOL, PBUF_POOL_SIZE, PBUF_POOL_BUFSIZE, "PBUF_POOL")
/components/net/lwip/lwip-1.4.1/src/core/
A Dinit.c276 #if !MEMP_MEM_MALLOC && (TCP_WND > (PBUF_POOL_SIZE * (PBUF_POOL_BUFSIZE - (PBUF_LINK_HLEN + PBUF_IP…
/components/net/lwip/port/
A Dlwipopts.h339 #define PBUF_POOL_SIZE RT_LWIP_PBUF_NUM macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dopt.h494 #if !defined PBUF_POOL_SIZE || defined __DOXYGEN__
495 #define PBUF_POOL_SIZE 16 macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dopt.h581 #if !defined PBUF_POOL_SIZE || defined __DOXYGEN__
582 #define PBUF_POOL_SIZE 16 macro
/components/net/lwip/lwip-1.4.1/doc/
A Dsnmp_agent.txt51 PBUF_POOL_SIZE and IP_REASS_BUFSIZE are set to match your
A Drawapi.txt395 Initializes the pbuf memory pool defined by PBUF_POOL_SIZE.

Completed in 20 milliseconds