Searched refs:nsrcs (Results 1 – 1 of 1) sorted by relevance
746 u_int group, nsrcs, ngroups; in mldv2_report_print() local772 nsrcs = (bp[group + MLDV2_RGROUP_NSRCS] << 8) + in mldv2_report_print()776 (nsrcs * sizeof(struct in6_addr))) { in mldv2_report_print()781 printf(", %d source(s)", nsrcs); in mldv2_report_print()785 for (j = 0; j < nsrcs; j++) { in mldv2_report_print()797 group += MLDV2_REPORT_MINGRPLEN + nsrcs * in mldv2_report_print()815 u_int nsrcs; in mldv2_query_print() local857 nsrcs = ntohs(*(u_short *)&bp[MLDV2_QUERY_NSRCS]); in mldv2_query_print()858 if (nsrcs > 0) { in mldv2_query_print()863 for (i = 0; i < nsrcs; i++) { in mldv2_query_print()[all …]