Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dlwipopts.h405 #define LWIP_STATS 0 macro
Dopt.h1509 #ifndef LWIP_STATS
1510 #define LWIP_STATS 1 macro
1513 #if LWIP_STATS
Dstats.h44 #if LWIP_STATS
/lib/liblwip/test/unit/udp/
Dtest_udp.c6 #if !LWIP_STATS || !UDP_STATS || !MEMP_STATS
/lib/liblwip/test/unit/core/
Dtest_mem.c6 #if !LWIP_STATS || !MEM_STATS
/lib/liblwip/src/core/
Dstats.c41 #if LWIP_STATS /* don't build if not configured for use in lwipopts.h */
/lib/liblwip/test/unit/etharp/
Dtest_etharp.c7 #if !LWIP_STATS || !UDP_STATS || !MEMP_STATS || !ETHARP_STATS
/lib/liblwip/test/unit/tcp/
Dtcp_helper.c8 #if !LWIP_STATS || !TCP_STATS || !MEMP_STATS
Dtest_tcp.c11 #if !LWIP_STATS || !TCP_STATS || !MEMP_STATS
Dtest_tcp_oos.c7 #if !LWIP_STATS || !TCP_STATS || !MEMP_STATS
/lib/liblwip/doc/
Drawapi.txt488 For a production release it is recommended to set LWIP_STATS to 0.