Searched defs:PBUF_POOL_SIZE (Results 1 - 5 of 5) 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/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/vbox/include/
H A Dlwipopts.h27 #define PBUF_POOL_SIZE 128 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
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

Completed in 92 milliseconds