Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dbus.c50 u_int packets_read; /* count of packets read */ member
95 handlep->packets_read++; in dbus_read()
132 stats->ps_recv = handlep->packets_read; in dbus_stats()
Dpcap-usb-linux.c127 u_int packets_read; member
698 handlep->packets_read++; in usb_read_linux()
784 stats->ps_recv = handlep->packets_read; in usb_stats_linux()
811 stats->ps_recv = handlep->packets_read + st.queued; in usb_stats_linux_bin()
867 handlep->packets_read++; in usb_read_linux_bin()
948 handlep->packets_read++; in usb_read_linux_mmap()
Dpcap-netfilter-linux.c81 u_int packets_read; /* count of packets read with recvfrom() */ member
192 handlep->packets_read++; in netfilter_read_linux()
229 stats->ps_recv = handlep->packets_read; in netfilter_stats_linux()
Dpcap-rpcap.h300 u_int packets_read; /* count of packets read with recvfrom() */ member
Dpcap-linux.c301 u_int packets_read; /* count of packets read with recvfrom() */ member
2028 handlep->packets_read++;
2226 stats->ps_recv = handlep->packets_read;
4826 handlep->packets_read++;
4910 handlep->packets_read++;
4999 handlep->packets_read++;
5117 handlep->packets_read++;
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dtransport_feedback.cc698 size_t packets_read = 0; in ParseFrom() local
699 while (packets_read < num_packets) { in ParseFrom()
706 ParseChunk(&buffer[index], num_packets - packets_read); in ParseFrom()
712 packets_read += chunk->NumSymbols(); in ParseFrom()