Searched refs:ps_recv (Results 1 - 14 of 14) sorted by relevance

/external/libpcap/
H A Dpcap-septel.c172 p->md.stat.ps_recv++;
253 /*p->md.stat.ps_recv = 0;*/
H A Dpcap.h151 u_int ps_recv; /* number of packets received */ member in struct:pcap_stat
H A Dpcap1.h180 u_int ps_recv; /* number of packets received */ member in struct:pcap_stat
H A Dpcap-nit.c79 * "ps_recv" counts packets handed to the filter, not packets
171 ++p->md.stat.ps_recv;
H A Dpcap-snit.c92 * "ps_recv" counts packets handed to the filter, not packets
164 ++p->md.stat.ps_recv;
H A Dpcap-snoop.c127 ++p->md.stat.ps_recv;
188 * "ps_recv" counts only packets that passed the filter.
H A Dpcap-pf.c248 * "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;
H A Dpcap-win32.c233 p->md.stat.ps_recv++;
H A Dpcap-dag.c459 p->md.stat.ps_recv++;
703 handle->md.stat.ps_recv = 0;
756 /*p->md.stat.ps_recv = 0;*/
H A Dpcap-dlpi.c204 * "ps_recv" counts packets handed to the filter, not packets
231 ps->ps_recv += ps->ps_drop;
348 ++p->md.stat.ps_recv;
H A Dpcap-linux.c695 * 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
[all...]
H A Dpcap-bpf.c117 * "ps_recv" counts packets handed to the filter, not packets
135 ps->ps_recv = s.bs_recv;
H A Dpcap-dos.c357 p->md.stat.ps_recv = stats->rx_packets;
/external/tcpdump/
H A Dtcpdump.c1146 (void)fprintf(stderr, "%d packets received by filter", stat.ps_recv);

Completed in 338 milliseconds