HomeSort by relevance Sort by last modified time
    Searched refs:packets_read (Results 1 - 4 of 4) sorted by null

  /external/libpcap/
pcap-dbus.c 50 u_int packets_read; /* count of packets read */ member in struct:pcap_dbus
95 handlep->packets_read++;
132 stats->ps_recv = handlep->packets_read;
pcap-usb-linux.c 131 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++;
pcap-netfilter-linux.c 81 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;
pcap-linux.c 287 u_int packets_read; /* count of packets read with recvfrom() */ member in struct:pcap_linux
    [all...]

Completed in 559 milliseconds