Home
last modified time | relevance | path

Searched refs:stats_display_sys (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dstats.h416 #define SYS_STATS_DISPLAY() stats_display_sys(&lwip_stats.sys)
477 void stats_display_sys(struct stats_sys *sys);
484 #define stats_display_sys(sys) macro
/third_party/lwip/src/core/
Dstats.c127 stats_display_sys(struct stats_sys *sys) in stats_display_sys() function