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

/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h55 Number of PBUF_POOL pbufs is controlled by PBUF_POOL_SIZE that,
93 /* PBUF_POOL_SIZE: the number of buffers in the pbuf pool.
99 #define PBUF_POOL_SIZE (1024 * 4) macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h75 Number of PBUF_POOL pbufs is controlled by PBUF_POOL_SIZE that,
113 /* PBUF_POOL_SIZE: the number of buffers in the pbuf pool.
119 #define PBUF_POOL_SIZE (1024 * 4) macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dmemp_std.h116 LWIP_PBUF_MEMPOOL(PBUF_POOL, PBUF_POOL_SIZE, PBUF_POOL_BUFSIZE, "PBUF_POOL")
H A Dopt.h411 * PBUF_POOL_SIZE: the number of buffers in the pbuf pool.
413 #ifndef PBUF_POOL_SIZE
414 #define PBUF_POOL_SIZE 16 macro
565 * PBUF_POOL_SIZE > IP_REASS_MAX_PBUFS so that the stack is still able to receive
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h140 /* PBUF_POOL_SIZE: the number of buffers in the pbuf pool. */
142 #ifndef PBUF_POOL_SIZE
143 #define PBUF_POOL_SIZE 16 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dinit.c282 #if !MEMP_MEM_MALLOC && (TCP_WND > (PBUF_POOL_SIZE * (PBUF_POOL_BUFSIZE - (PBUF_LINK_HLEN + PBUF_IP_HLEN + PBUF_TRANSPORT_HLEN))))
283 #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."
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dpbuf.c76 static u8_t pbuf_pool_memory[MEM_ALIGNMENT - 1 + PBUF_POOL_SIZE * MEM_ALIGN_SIZE(PBUF_POOL_BUFSIZE + sizeof(struct pbuf))];
106 lwip_stats.pbuf.avail = PBUF_POOL_SIZE;
112 for(i = 0; i < PBUF_POOL_SIZE; ++i) {
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h27 #define PBUF_POOL_SIZE 128 macro

Completed in 114 milliseconds