Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dstats.h263 #define SYS_STATS_DISPLAY() stats_display_sys(&lwip_stats.sys)
278 void stats_display_sys(struct stats_sys *sys);
285 #define stats_display_sys(sys) macro
/external/syslinux/core/lwip/src/core/
Dstats.c139 stats_display_sys(struct stats_sys *sys) in stats_display_sys() function