Home
last modified time | relevance | path

Searched refs:lwip_stats (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/lib/lwip/include/lwip/
A Dstats.h149 extern struct stats_ lwip_stats;
153 #define STATS_INC(x) ++lwip_stats.x
154 #define STATS_DEC(x) --lwip_stats.x
155 #define STATS_INC_USED(x, y) do { lwip_stats.x.used += y; \
156 if (lwip_stats.x.max < lwip_stats.x.used) { \
157 lwip_stats.x.max = lwip_stats.x.used; \
193 #define IGMP_STATS_DISPLAY() stats_display_igmp(&lwip_stats.igmp)
232 #define MEM_STATS_AVAIL(x, y) lwip_stats.mem.x = y
235 #define MEM_STATS_DEC_USED(x, y) lwip_stats.mem.x -= y
246 #define MEMP_STATS_AVAIL(x, i, y) lwip_stats.memp[i].x = y
[all …]
/lk-master/platform/armemu/
A Dnet.c150 lwip_stats.link.xmit++; in low_level_output()
213 lwip_stats.link.recv++; in low_level_input()
217 lwip_stats.link.memerr++; in low_level_input()
218 lwip_stats.link.drop++; in low_level_input()
273 lwip_stats.link.recv++; in ethernetif_input()
/lk-master/external/lib/lwip/core/
A Dstats.c49 struct stats_ lwip_stats; variable
61 lwip_stats.memp[i].name = memp_names[i]; in stats_init()
65 lwip_stats.mem.name = "MEM"; in stats_init()

Completed in 5 milliseconds