Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/devtools/
Ddevtools_network_interceptor.cc195 int64_t packets_left = (throttled_transactions_[i]->throttled_byte_count() + in ArmTimer() local
197 int64_t ticks_left = (i + 1) + throttle_count * (packets_left - 1); in ArmTimer()
/external/libpcap/
Dpcap-linux.c310 …int packets_left; /* Unhandled packets left within the block from previous call to pcap_read_linux… member
4486 handlep->packets_left = h.h3->hdr.bh1.num_pkts;
4488 int packets_to_read = handlep->packets_left;
4520 handlep->packets_left--;
4523 if (handlep->packets_left <= 0) {