Lines Matching refs:stats
423 * stats.c/.h: Added const char* name to mem- and memp-stats for easier
842 * netif.c: For loopback packets, adjust the stats- and snmp-counters
850 * igmp.c, igmp.h, stats.c, stats.h: Improved IGMP stats
1026 * tcp.c: tcp_alloc: prevent increasing stats.err for MEMP_TCP_PCB when
1095 * opt.h: Fixed default values of some stats to only be enabled if used
1193 * mem.c, opt.h, stats.h: fixed bug #21433: Calling mem_free/pbuf_free from
1196 mem stats.
1199 * stats.h/.c, some other files: patch #6483: stats module improvement:
1200 Added defines to display each module's statistic individually, added stats
1455 * stats.h: Fix some build bugs introduced with patch #6483 (missing some parameters
1597 * etharp.c, stats.c, stats.h, opt.h: Introduced ETHARP_STATS
1805 * memp_std.h, memp.h, memp.c, mem.c, stats.c: (Task #7136) Centralize mempool
2024 * stats.h, stats.c, msg_in.c: Stats counters can be change to u32_t if necessary with the
2026 your lwipopts.h. More, unused counters are not defined in the stats structs, and not
2098 * mem.c, stats.c, mem.h: apply patch #6414 to avoid compiler errors
2258 * stats.h, stats.c, igmp.h, igmp.c, opt.h: Fix for bug #20503 : IGMP Improvement.
2587 * memp.h, stats.c: Fix stats_display function where memp_names table wasn't
2746 * api_lib.c etharp.c, ip.c, memp.c, stats.c, sys.{c,h} tcp.h: