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

/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h147 /* MEMP_NUM_SYS_TIMEOUT: the number of simultaneously active
149 #define MEMP_NUM_SYS_TIMEOUT 16 macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h167 /* MEMP_NUM_SYS_TIMEOUT: the number of simultaneously active
169 #define MEMP_NUM_SYS_TIMEOUT 16 macro
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dmemp.c81 MEMP_NUM_SYS_TIMEOUT
98 MEMP_TYPE_SIZE(MEMP_NUM_SYS_TIMEOUT, struct sys_timeo)];
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dmemp_std.h75 LWIP_MEMPOOL(SYS_TIMEOUT, MEMP_NUM_SYS_TIMEOUT, sizeof(struct sys_timeo), "SYS_TIMEOUT")
H A Dopt.h310 * MEMP_NUM_SYS_TIMEOUT: the number of simulateously active timeouts.
315 #ifndef MEMP_NUM_SYS_TIMEOUT
316 #define MEMP_NUM_SYS_TIMEOUT (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_SUPPORT + (LWIP_IPV6 ? (1 + LWIP_IPV6_REASS + LWIP_IPV6_MLD) : 0)) macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h110 /* MEMP_NUM_SYS_TIMEOUT: the number of simulateously active
112 #ifndef MEMP_NUM_SYS_TIMEOUT
113 #define MEMP_NUM_SYS_TIMEOUT 3 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dinit.c111 #if LWIP_TIMERS && (MEMP_NUM_SYS_TIMEOUT < (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_SUPPORT + (LWIP_IPV6 ? (1 + LWIP_IPV6_REASS + LWIP_IPV6_MLD) : 0) + LWIP_CONNECTION_PROXY))
112 #error "MEMP_NUM_SYS_TIMEOUT is too low to accomodate all required timeouts"

Completed in 115 milliseconds