Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmp_mib2.c45 #if !LWIP_STATS
46 #error LWIP_SNMP MIB2 needs LWIP_STATS (for MIB2)
/third_party/lwip/src/core/
Dmem.c192 #if LWIP_STATS && MEM_STATS
214 #if LWIP_STATS && MEM_STATS in mem_malloc()
232 #if LWIP_STATS && MEM_STATS in mem_free()
288 #if MEMP_OVERFLOW_CHECK || (LWIP_STATS && MEM_STATS) in mem_malloc()
980 #if MEM_LIBC_MALLOC && (!LWIP_STATS || !MEM_STATS)
Dstats.c41 #if LWIP_STATS /* don't build if not configured for use in lwipopts.h */
Dmemp.c232 #if LWIP_STATS && MEMP_STATS in memp_init()
/third_party/lwip/src/include/lwip/
Dmemp.h135 #if MEMP_OVERFLOW_CHECK || (LWIP_STATS && MEM_STATS)
Dopt.h2103 #if !defined LWIP_STATS || defined __DOXYGEN__
2104 #define LWIP_STATS 1 macro
2107 #if LWIP_STATS
Dstats.h49 #if LWIP_STATS
/third_party/lwip/test/unit/core/
Dtest_mem.c6 #if !LWIP_STATS || !MEM_STATS
Dtest_pbuf.c6 #if !LWIP_STATS || !MEM_STATS ||!MEMP_STATS
/third_party/lwip/test/unit/etharp/
Dtest_etharp.c9 #if !LWIP_STATS || !UDP_STATS || !MEMP_STATS || !ETHARP_STATS
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c9 #if !LWIP_STATS || !TCP_STATS || !MEMP_STATS
Dtest_tcp_oos.c7 #if !LWIP_STATS || !TCP_STATS || !MEMP_STATS
Dtest_tcp.c12 #if !LWIP_STATS || !TCP_STATS || !MEMP_STATS
/third_party/lwip/test/unit/udp/
Dtest_udp.c7 #if !LWIP_STATS || !UDP_STATS || !MEMP_STATS
/third_party/lwip/doc/doxygen/
Dlwip.Doxyfile.cmake.in2126 LWIP_STATS=1 \
Dlwip.Doxyfile2126 LWIP_STATS=1 \