Searched refs:MEMP_NUM_TCPIP_MSG_API (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h85 #define MEMP_NUM_TCPIP_MSG_API 128 macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h105 #define MEMP_NUM_TCPIP_MSG_API 128 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dmemp_std.h60 LWIP_MEMPOOL(TCPIP_MSG_API, MEMP_NUM_TCPIP_MSG_API, sizeof(struct tcpip_msg), "TCPIP_MSG_API")
H A Dopt.h336 * MEMP_NUM_TCPIP_MSG_API: the number of struct tcpip_msg, which are used
340 #ifndef MEMP_NUM_TCPIP_MSG_API
341 #define MEMP_NUM_TCPIP_MSG_API 8 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dinit.c107 #if ((LWIP_NETCONN || LWIP_SOCKET) && (MEMP_NUM_TCPIP_MSG_API<=0))
108 #error "If you want to use Sequential API, you have to define MEMP_NUM_TCPIP_MSG_API>=1 in your lwipopts.h"

Completed in 79 milliseconds