Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dsf-pcapng.c204 tstamp_scale_type_t scale_type; /* how to scale */ member
732 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH; in add_interface()
739 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN_BIN; in add_interface()
745 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN_DEC; in add_interface()
753 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_UP_BIN; in add_interface()
759 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_UP_DEC; in add_interface()
1393 switch (ps->ifaces[interface_id].scale_type) { in pcap_ng_next_packet()
H A Dsf-pcap.c150 tstamp_scale_type_t scale_type; member
280 ps->scale_type = SCALE_DOWN; in pcap_check_header()
286 ps->scale_type = PASS_THROUGH; in pcap_check_header()
296 ps->scale_type = PASS_THROUGH; in pcap_check_header()
303 ps->scale_type = SCALE_UP; in pcap_check_header()
492 switch (ps->scale_type) { in pcap_next_packet()