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

/freebsd-11.0-release/contrib/libpcap/
H A Dsf-pcap.c143 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) {
H A Dsf-pcap-ng.c216 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;
1217 switch (ps->ifaces[interface_id].scale_type) {

Completed in 104 milliseconds