HomeSort by relevance Sort by last modified time
    Searched refs:ifcount (Results 1 - 4 of 4) sorted by null

  /external/libpcap/
sf-pcap-ng.c 221 bpf_u_int32 ifcount; /* number of interfaces seen in this capture */ member in struct:pcap_ng_sf
532 ps->ifcount++;
537 if (ps->ifcount > ps->ifaces_size) {
562 ps->ifcount);
580 ps->ifaces[ps->ifcount - 1].tsresol = tsresol;
581 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset;
595 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
602 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN;
609 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_UP;
619 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH
    [all...]
  /art/runtime/
class_linker-inl.h 180 inline mirror::IfTable* ClassLinker::AllocIfTable(Thread* self, size_t ifcount) {
183 ifcount * mirror::IfTable::kMax));
class_linker.h 315 mirror::IfTable* AllocIfTable(Thread* self, size_t ifcount)
    [all...]
class_linker.cc 5077 size_t ifcount = super_ifcount + num_interfaces; local
    [all...]

Completed in 1727 milliseconds