Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dstats.h350 #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
/reactos/drivers/network/tcpip/lwip/src/core/
H A Dstats.c83 stats_display_igmp(struct stats_igmp *igmp, const char *name) in stats_display_igmp() function