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

/freebsd-12-stable/contrib/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.c129 u_int packets_read; member in struct:pcap_usb_linux
1015 handlep->packets_read++;
1075 stats->ps_recv = handlep->packets_read;
1130 stats->ps_recv = handlep->packets_read + st.queued;
1217 handlep->packets_read++;
1332 handlep->packets_read++;
H A Dpcap-netfilter-linux.c81 u_int packets_read; /* count of packets read with recvfrom() */ member in struct:pcap_netfilter
245 handlep->packets_read++;
295 stats->ps_recv = handlep->packets_read;
H A Dpcap-linux.c301 u_int packets_read; /* count of packets read with recvfrom() */ member in struct:pcap_linux
2156 * We keep the count in "handlep->packets_read", and use that
2167 handlep->packets_read++;
2359 * "handlep->packets_read", for reasons described in the comment
2365 stats->ps_recv = handlep->packets_read;
5352 handlep->packets_read++;
5436 handlep->packets_read++;
5521 handlep->packets_read++;
5635 handlep->packets_read++;

Completed in 110 milliseconds