Searched refs:marcnt (Results 1 – 1 of 1) sorted by relevance
1037 uint16_t marcnt, srccnt; in interpret_mldv2rpt() local1047 marcnt = ntohs(rpt->mld2r_nummar); in interpret_mldv2rpt()1049 "%d Multicast Address Record%s:", marcnt, (marcnt == 1) ? "" : "s"); in interpret_mldv2rpt()1051 while (marcnt > 0 && rem >= sizeof (*mar)) { in interpret_mldv2rpt()1075 marcnt--; in interpret_mldv2rpt()