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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-usb-linux.c642 handle->md.packets_read++;
727 stats->ps_recv = handle->md.packets_read;
753 stats->ps_recv = handle->md.packets_read + st.queued;
808 handle->md.packets_read++;
888 handle->md.packets_read++;
H A Dpcap-int.h142 u_int packets_read; /* count of packets read with recvfrom() */ member in struct:pcap_md
H A Dpcap-netfilter-linux.c182 handle->md.packets_read++;
214 stats->ps_recv = handle->md.packets_read;
H A Dpcap-linux.c1662 * We keep the count in "md.packets_read", and use that for
1672 handle->md.packets_read++;
1844 * "md.packets_read", for reasons described in the comment
1850 stats->ps_recv = handle->md.packets_read;
3977 handle->md.packets_read++;

Completed in 88 milliseconds