Searched refs:stats_display_igmp (Results 1 – 2 of 2) sorted by relevance
350 #define IGMP_STATS_DISPLAY() stats_display_igmp(&lwip_stats.igmp, "IGMP")450 #define MLD6_STATS_DISPLAY() stats_display_igmp(&lwip_stats.mld6, "MLDv1")474 void stats_display_igmp(struct stats_igmp *igmp, const char *name);481 #define stats_display_igmp(igmp, name) macro
83 stats_display_igmp(struct stats_igmp *igmp, const char *name) in stats_display_igmp() function