Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:nsrcs

746     u_int group, nsrcs, ngroups;
771 nsrcs = (bp[group + 2] << 8) + bp[group + 3];
773 if (len < group + 20 + (nsrcs * sizeof(struct in6_addr))) {
774 printf(" [invalid number of sources %d]", nsrcs);
778 printf(", %d source(s)", nsrcs);
782 for (j = 0; j < nsrcs; j++) {
790 group += 20 + nsrcs * sizeof(struct in6_addr);
806 u_int nsrcs;
844 nsrcs = ntohs(*(u_short *)&bp[26]);
845 if (nsrcs > 0) {
846 if (len < 28 + nsrcs * sizeof(struct in6_addr))
850 for (i = 0; i < nsrcs; i++) {
857 printf(", %d source(s)", nsrcs);