Searched refs:MEMP_NUM_PBUF (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h49 /* MEMP_NUM_PBUF: the number of memp struct pbufs. If the application
60 #define MEMP_NUM_PBUF (1024 * 4) macro
97 MEMP_NUM_PBUF for PBUF_ROM and PBUF_REF) as it controls the size of
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h69 /* MEMP_NUM_PBUF: the number of memp struct pbufs. If the application
80 #define MEMP_NUM_PBUF (1024 * 4) macro
117 MEMP_NUM_PBUF for PBUF_ROM and PBUF_REF) as it controls the size of
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dmemp.c71 MEMP_NUM_PBUF,
88 MEMP_TYPE_SIZE(MEMP_NUM_PBUF, struct pbuf) +
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dmemp_std.h115 LWIP_PBUF_MEMPOOL(PBUF, MEMP_NUM_PBUF, 0, "PBUF_REF/ROM")
H A Dopt.h221 * MEMP_NUM_PBUF: the number of memp struct pbufs (used for PBUF_ROM and PBUF_REF).
225 #ifndef MEMP_NUM_PBUF
226 #define MEMP_NUM_PBUF 16 macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h78 /* MEMP_NUM_PBUF: the number of memp struct pbufs. If the application
81 #ifndef MEMP_NUM_PBUF
82 #define MEMP_NUM_PBUF 16 macro
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h48 #define MEMP_NUM_PBUF 64 macro

Completed in 68 milliseconds