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

  /external/libpcap/
pcap-int.h 104 u_int packets_read; /* count of packets read with recvfrom() */ member in struct:pcap_md
pcap-linux.c 724 * We keep the count in "md.packets_read", and use that for
734 handle->md.packets_read++;
888 * "md.packets_read", for reasons described in the comment
892 stats->ps_recv = handle->md.packets_read;
    [all...]

Completed in 22 milliseconds