Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-linux.c4866 int packets_to_read = handlep->packets_left; local
4868 if (!PACKET_COUNT_IS_UNLIMITED(max_packets) && packets_to_read > max_packets) {
4869 packets_to_read = max_packets;
4872 while(packets_to_read--) {