Searched refs:mcast_parsers (Results 1 – 1 of 1) sorted by relevance
60 static struct mcast_parsers { struct63 } mcast_parsers [] = { variable268 for (size_t i= 0; i < nitems(mcast_parsers); i++) { in monitor_mcast()269 if (strcmp(mcast_parsers[i].family, argv[0]) == 0) { in monitor_mcast()270 parser = mcast_parsers[i].parser; in monitor_mcast()