Searched defs:MEMP_NUM_PBUF (Results 1 - 5 of 5) 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/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
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
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

Completed in 282 milliseconds