Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dstats.h193 #define IGMP_STATS_DISPLAY() stats_display_igmp(&lwip_stats.igmp)
275 void stats_display_igmp(struct stats_igmp *igmp);
282 #define stats_display_igmp(igmp) macro
/external/syslinux/core/lwip/src/core/
Dstats.c91 stats_display_igmp(struct stats_igmp *igmp) in stats_display_igmp() function