Searched refs:packets_read (Results 1 - 5 of 5) sorted by relevance

/external/libpcap/
H A Dpcap-dbus.c50 u_int packets_read; /* count of packets read */ member in struct:pcap_dbus
95 handlep->packets_read++;
132 stats->ps_recv = handlep->packets_read;
H A Dpcap-usb-linux.c127 u_int packets_read; member in struct:pcap_usb_linux
658 handlep->packets_read++;
744 stats->ps_recv = handlep->packets_read;
771 stats->ps_recv = handlep->packets_read + st.queued;
827 handlep->packets_read++;
908 handlep->packets_read++;
H A Dpcap-netfilter-linux.c81 u_int packets_read; /* count of packets read with recvfrom() */ member in struct:pcap_netfilter
189 handlep->packets_read++;
226 stats->ps_recv = handlep->packets_read;
H A Dpcap-linux.c292 u_int packets_read; /* count of packets read with recvfrom() */ member in struct:pcap_linux
1865 * We keep the count in "handlep->packets_read", and use that
1876 handlep->packets_read++;
2068 * "handlep->packets_read", for reasons described in the comment
2074 stats->ps_recv = handlep->packets_read;
4638 handlep->packets_read++;
4712 handlep->packets_read++;
4791 handlep->packets_read++;
4893 handlep->packets_read++;
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtransport_feedback.cc698 size_t packets_read = 0; local
699 while (packets_read < num_packets) {
706 ParseChunk(&buffer[index], num_packets - packets_read);
712 packets_read += chunk->NumSymbols();

Completed in 114 milliseconds