Home
last modified time | relevance | path

Searched refs:ifcount (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Dsf-pcap-ng.c221 bpf_u_int32 ifcount; /* number of interfaces seen in this capture */ member
532 ps->ifcount++; in add_interface()
537 if (ps->ifcount > ps->ifaces_size) { in add_interface()
562 ps->ifcount); in add_interface()
580 ps->ifaces[ps->ifcount - 1].tsresol = tsresol; in add_interface()
581 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset; in add_interface()
595 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH; in add_interface()
602 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN; in add_interface()
609 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_UP; in add_interface()
619 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH; in add_interface()
[all …]