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

/macosx-10.10/libpcap-48/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.c131 u_int packets_read; member in struct:pcap_usb_linux
655 handlep->packets_read++;
741 stats->ps_recv = handlep->packets_read;
768 stats->ps_recv = handlep->packets_read + st.queued;
824 handlep->packets_read++;
905 handlep->packets_read++;
H A Dpcap-netfilter-linux.c81 u_int packets_read; /* count of packets read with recvfrom() */ member in struct:pcap_netfilter
190 handlep->packets_read++;
224 stats->ps_recv = handlep->packets_read;
H A Dpcap-linux.c287 u_int packets_read; /* count of packets read with recvfrom() */ member in struct:pcap_linux
1772 * We keep the count in "handlep->packets_read", and use that
1783 handlep->packets_read++;
1975 * "handlep->packets_read", for reasons described in the comment
1981 stats->ps_recv = handlep->packets_read;
4341 handlep->packets_read++;
4419 handlep->packets_read++;
4514 handlep->packets_read++;

Completed in 185 milliseconds