Searched refs:ifcount (Results 1 – 1 of 1) sorted by relevance
229 bpf_u_int32 ifcount; /* number of interfaces seen in this capture */ member604 ps->ifcount++; in add_interface()609 if (ps->ifcount > ps->ifaces_size) { in add_interface()694 ps->ifcount); in add_interface()701 ps->ifaces[ps->ifcount - 1].snaplen = idbp->snaplen; in add_interface()718 ps->ifaces[ps->ifcount - 1].tsresol = tsresol; in add_interface()719 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset; in add_interface()730 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH; in add_interface()737 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN_BIN; in add_interface()742 ps->ifaces[ps->ifcount - 1].scale_factor = tsresol/ps->user_tsresol; in add_interface()[all …]