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

  /external/libpcap/
pcap-septel.c 172 p->md.stat.ps_recv++;
253 /*p->md.stat.ps_recv = 0;*/
pcap.h 151 u_int ps_recv; /* number of packets received */ member in struct:pcap_stat
pcap1.h 180 u_int ps_recv; /* number of packets received */ member in struct:pcap_stat
pcap-nit.c 79 * "ps_recv" counts packets handed to the filter, not packets
171 ++p->md.stat.ps_recv;
pcap-snit.c 92 * "ps_recv" counts packets handed to the filter, not packets
164 ++p->md.stat.ps_recv;
pcap-snoop.c 127 ++p->md.stat.ps_recv;
188 * "ps_recv" counts only packets that passed the filter.
pcap-pf.c 248 * "ps_recv" counts only packets that passed the filter.
251 * by adding "ps_drop" to "ps_recv", for compatibility
253 * some platforms "ps_recv" counts only packets that
267 * "ps_recv" counts only packets that passed the filter.
281 ps->ps_recv = p->md.TotAccepted;
pcap-win32.c 233 p->md.stat.ps_recv++;
pcap-dag.c 459 p->md.stat.ps_recv++;
703 handle->md.stat.ps_recv = 0;
756 /*p->md.stat.ps_recv = 0;*/
pcap-dlpi.c 204 * "ps_recv" counts packets handed to the filter, not packets
231 ps->ps_recv += ps->ps_drop;
348 ++p->md.stat.ps_recv;
    [all...]
pcap-linux.c 695 * as on many other platforms "ps_recv" counts packets
699 * and that would mean the meaning of "ps_recv" wouldn't
725 * "ps_recv" if we can't get the statistics from the kernel.
727 * the kernel, we use "md.stat.ps_recv" and "md.stat.ps_drop"
730 * increment "md.stat.ps_recv" here, that means it will
811 * "ps_recv" counts only packets that *passed* the
852 handle->md.stat.ps_recv += kstats.tp_packets;
877 * "ps_recv" counts only packets that *passed* the filter,
884 * "ps_recv" doesn't include packets not yet read from
892 stats->ps_recv = handle->md.packets_read
    [all...]
pcap-bpf.c 117 * "ps_recv" counts packets handed to the filter, not packets
135 ps->ps_recv = s.bs_recv;
pcap-dos.c 357 p->md.stat.ps_recv = stats->rx_packets;
    [all...]
  /external/tcpdump/
tcpdump.c 1146 (void)fprintf(stderr, "%d packets received by filter", stat.ps_recv);
    [all...]

Completed in 177 milliseconds