Lines Matching defs:ifcount
229 bpf_u_int32 ifcount; /* number of interfaces seen in this capture */
604 ps->ifcount++;
609 if (ps->ifcount > ps->ifaces_size) {
694 ps->ifcount);
701 ps->ifaces[ps->ifcount - 1].snaplen = idbp->snaplen;
718 ps->ifaces[ps->ifcount - 1].tsresol = tsresol;
719 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset;
730 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
737 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN_BIN;
742 ps->ifaces[ps->ifcount - 1].scale_factor = tsresol/ps->user_tsresol;
743 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN_DEC;
751 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_UP_BIN;
756 ps->ifaces[ps->ifcount - 1].scale_factor = ps->user_tsresol/tsresol;
757 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_UP_DEC;
1348 ps->ifcount = 0;
1363 if (interface_id >= ps->ifcount) {