HomeSort by: relevance | last modified time | path
    Searched refs:scale_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libpcap/dist/
sf-pcap.c 216 tstamp_scale_type_t scale_type; member in struct:pcap_sf
357 ps->scale_type = SCALE_DOWN;
363 ps->scale_type = PASS_THROUGH;
373 ps->scale_type = PASS_THROUGH;
380 ps->scale_type = SCALE_UP;
569 switch (ps->scale_type) {
sf-pcapng.c 202 tstamp_scale_type_t scale_type; /* how to scale */ member in struct:pcap_ng_if
730 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
737 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN_BIN;
743 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN_DEC;
751 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_UP_BIN;
757 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_UP_DEC;
1391 switch (ps->ifaces[interface_id].scale_type) {

Completed in 24 milliseconds