Searched defs:MEMP_NUM_SYS_TIMEOUT (Results 1 - 4 of 4) 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/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/include/lwip/
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

Completed in 594 milliseconds