Home
last modified time | relevance | path

Searched refs:MEMP_NUM_SYS_TIMEOUT (Results 1 – 11 of 11) sorted by relevance

/components/net/lwip/lwip-2.1.2/test/unit/
A Dlwipopts.h74 #define MEMP_NUM_SYS_TIMEOUT (LWIP_NUM_SYS_TIMEOUT_INTERNAL + 8) macro
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dmemp_std.h75 LWIP_MEMPOOL(SYS_TIMEOUT, MEMP_NUM_SYS_TIMEOUT, sizeof(struct sys_timeo), "SYS_TIMEOUT")
A Dopt.h315 #ifndef MEMP_NUM_SYS_TIMEOUT
316 #define MEMP_NUM_SYS_TIMEOUT (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP… macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dmemp_std.h95 LWIP_MEMPOOL(SYS_TIMEOUT, MEMP_NUM_SYS_TIMEOUT, sizeof(struct sys_timeo), "SYS_TIMEOUT")
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dmemp_std.h102 LWIP_MEMPOOL(SYS_TIMEOUT, MEMP_NUM_SYS_TIMEOUT, sizeof(struct sys_timeo), "SYS_TIMEOUT")
/components/net/lwip/lwip-1.4.1/src/core/
A Dinit.c108 #if LWIP_TIMERS && (MEMP_NUM_SYS_TIMEOUT < (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + L…
/components/net/lwip/lwip-2.1.2/src/core/
A Dinit.c129 #if LWIP_TIMERS && (MEMP_NUM_SYS_TIMEOUT < LWIP_NUM_SYS_TIMEOUT_INTERNAL)
/components/net/lwip/lwip-2.0.3/src/core/
A Dinit.c133 #if LWIP_TIMERS && (MEMP_NUM_SYS_TIMEOUT < (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + L…
/components/net/lwip/port/
A Dlwipopts.h598 #define MEMP_NUM_SYS_TIMEOUT (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTO… macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dopt.h437 #if !defined MEMP_NUM_SYS_TIMEOUT || defined __DOXYGEN__
438 #define MEMP_NUM_SYS_TIMEOUT (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP… macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dopt.h515 #if !defined MEMP_NUM_SYS_TIMEOUT || defined __DOXYGEN__
516 #define MEMP_NUM_SYS_TIMEOUT LWIP_NUM_SYS_TIMEOUT_INTERNAL macro

Completed in 28 milliseconds