Searched defs:packets_to_read (Results 1 - 1 of 1) sorted by last modified time

/external/libpcap/
H A Dpcap-linux.c4488 int packets_to_read = handlep->packets_left; local
4490 if (!PACKET_COUNT_IS_UNLIMITED(max_packets) && packets_to_read > max_packets) {
4491 packets_to_read = max_packets;
4494 while(packets_to_read--) {

Completed in 80 milliseconds