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

  /external/libpcap/
sf-pcap-ng.c 216 tstamp_scale_type_t scale_type; /* how to scale */ member in struct:pcap_ng_if
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;
626 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN;
633 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_UP;
1223 switch (ps->ifaces[interface_id].scale_type) {
sf-pcap.c 143 tstamp_scale_type_t scale_type; member in struct:pcap_sf
257 ps->scale_type = SCALE_DOWN;
263 ps->scale_type = PASS_THROUGH;
273 ps->scale_type = PASS_THROUGH;
280 ps->scale_type = SCALE_UP;
445 switch (ps->scale_type) {

Completed in 70 milliseconds