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

/macosx-10.10/libpcap-48/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;
448 switch (ps->scale_type) {
H A Dsf-pcap-ng.c243 tstamp_scale_type_t scale_type; /* how to scale */ member in struct:pcap_ng_if
634 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
641 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN;
648 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_UP;
658 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
665 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN;
672 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_UP;
1290 switch (ps->ifaces[interface_id].scale_type) {

Completed in 120 milliseconds