Home
last modified time | relevance | path

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

/external/libpcap/
Dsf-pcap.c143 tstamp_scale_type_t scale_type; member
257 ps->scale_type = SCALE_DOWN; in pcap_check_header()
263 ps->scale_type = PASS_THROUGH; in pcap_check_header()
273 ps->scale_type = PASS_THROUGH; in pcap_check_header()
280 ps->scale_type = SCALE_UP; in pcap_check_header()
445 switch (ps->scale_type) { in pcap_next_packet()
Dsf-pcap-ng.c216 tstamp_scale_type_t scale_type; /* how to scale */ member
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()
626 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN; in add_interface()
633 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_UP; in add_interface()
1217 switch (ps->ifaces[interface_id].scale_type) { in pcap_ng_next_packet()