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

/macosx-10.10.1/libpcap-48/libpcap/
H A Ddlpisubs.c89 * "ps_recv" counts packets handed to the filter, not packets
116 ps->ps_recv += ps->ps_drop;
182 ++pd->stat.ps_recv;
H A Dpcap-septel.c165 ps->stat.ps_recv++;
250 /*handlep->stat.ps_recv = 0;*/
H A Dpcap-can-linux.c287 stats->ps_recv = 0; /* number of packets received */
H A Dpcap-dbus.c132 stats->ps_recv = handlep->packets_read;
H A Dpcap-nit.c87 * "ps_recv" counts packets handed to the filter, not packets
179 ++pn->stat.ps_recv;
H A Dpcap-snf.c51 ps->ps_recv = stats.ring_pkt_recv + stats.ring_pkt_overflow;
H A Dpcap-bt-linux.c403 stats->ps_recv = s->evt_rx + s->acl_rx + s->sco_rx + s->cmd_tx +
H A Dpcap-canusb-linux.c440 stats->ps_recv = 0; /* number of packets received */
H A Dpcap-snit.c100 * "ps_recv" counts packets handed to the filter, not packets
172 ++psn->stat.ps_recv;
H A Dpcap-snoop.c135 ++psn->stat.ps_recv;
197 * "ps_recv" counts only packets that passed the filter.
H A Dpcap-pf.c255 * "ps_recv" counts only packets that passed the filter.
258 * by adding "ps_drop" to "ps_recv", for compatibility
260 * some platforms "ps_recv" counts only packets that
274 * "ps_recv" counts only packets that passed the filter.
288 ps->ps_recv = pf->TotAccepted;
H A Dpcap-dag.c575 pd->stat.ps_recv++;
837 handlep->stat.ps_recv = 0;
935 /*pd->stat.ps_recv = 0;*/
H A Dpcap-usb-linux.c741 stats->ps_recv = handlep->packets_read;
768 stats->ps_recv = handlep->packets_read + st.queued;
H A Dpcap-netfilter-linux.c224 stats->ps_recv = handlep->packets_read;
H A Dpcap-win32.c317 pw->stat.ps_recv++;
H A Dpcap-dos.c376 pd->stat.ps_recv = stats->rx_packets;
H A Dpcap-sita.c808 ps->ps_recv = ntohl(*(uint32_t *)&buf[0]); /* break the buffer into its three 32 bit components */
H A Dpcap-bpf.c850 * "ps_recv" counts packets handed to the filter, not packets
868 ps->ps_recv = s.bs_recv;
H A Dpcap-linux.c1743 * as on many other platforms "ps_recv" counts packets
1747 * and that would mean the meaning of "ps_recv" wouldn't
1773 * for "ps_recv" if we can't get the statistics from the kernel.
1775 * the kernel, we use "handlep->stat.ps_recv" and
1778 * and if we directly increment "handlep->stat.ps_recv" here,
1892 * "ps_recv" counts only packets that *passed* the
1935 handlep->stat.ps_recv += kstats.tp_packets;
1960 * "ps_recv" counts only packets that *passed* the filter,
1971 * "ps_recv" doesn't include packets not yet read from
1981 stats->ps_recv
[all...]
/macosx-10.10.1/libpcap-48/libpcap/pcap/
H A Dpcap.h197 u_int ps_recv; /* number of packets received */ member in struct:pcap_stat
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtcpdump.c1991 (void)fprintf(stderr, "%u packet%s received by filter", stat.ps_recv,
1992 PLURAL_SUFFIX(stat.ps_recv));

Completed in 267 milliseconds