Home
last modified time | relevance | path

Searched refs:stats (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dvj.h141 struct vjstat stats; member
Dvj.c45 #define INCR(counter) ++comp->stats.counter
/lib/liblwip/
DSConscript35 "src/core/stats.c",
DCHANGELOG423 * 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
[all …]
DUPGRADING111 * Added const char* name to mem- and memp-stats for easier debugging.