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

12

/freebsd-current/contrib/libpcap/testprogs/fuzz/
H A Dfuzz_pcap.c74 fprintf(outfile, "number of packets=%d\n", stats.ps_recv);
/freebsd-current/contrib/libpcap/
H A Ddlpisubs.c85 * "ps_recv" counts packets handed to the filter, not packets
112 ps->ps_recv += ps->ps_drop;
197 ++pd->stat.ps_recv;
H A Dpcap-septel.c150 ps->stat.ps_recv++;
255 /*handlep->stat.ps_recv = 0;*/
H A Dpcap-bt-monitor-linux.c172 stats->ps_recv = 0;
H A Dpcap-nit.c82 * "ps_recv" counts packets handed to the filter, not packets
177 ++pn->stat.ps_recv;
H A Dpcap-netmap.c69 ps->ps_recv = (u_int)pn->rx_pkts;
H A Dpcap-tc.c1017 s.ps_recv = (ULONG)counter;
1021 s.ps_recv = 0xFFFFFFFF;
1079 p->stat.ps_recv = (ULONG)counter;
1083 p->stat.ps_recv = 0xFFFFFFFF;
H A Dpcap-haiku.cpp139 handlep->stat.ps_recv += request.ifr_stats.receive.packets;
H A Dpcap-dbus.c132 stats->ps_recv = handlep->packets_read;
H A Dpcap-airpcap.c390 ps->ps_recv = tas.Recvs;
435 p->stat.ps_recv = tas.Recvs;
H A Dpcap-snoop.c131 ++psn->stat.ps_recv;
193 * "ps_recv" counts only packets that passed the filter.
H A Dpcap-bt-linux.c435 stats->ps_recv = s->evt_rx + s->acl_rx + s->sco_rx + s->cmd_tx +
H A Dpcap-npf.c228 ps->ps_recv = bstats.bs_recv;
285 p->stat.ps_recv = bstats.bs_recv;
824 p->stat.ps_recv++;
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 = pf->TotAccepted;
H A Dpcap-rdmasniff.c71 stat->ps_recv = priv->packets_recv;
H A Dpcap-snit.c94 * "ps_recv" counts packets handed to the filter, not packets
169 ++psn->stat.ps_recv;
H A Dpcap-snf.c62 ps->ps_recv = stats.ring_pkt_recv + stats.ring_pkt_overflow;
H A Dpcap-dag.c706 pd->stat.ps_recv++;
1007 pd->stat.ps_recv = 0;
1121 * Packet records received (ps_recv) are counted in dag_read().
H A Dpcap-usb-linux.c653 stats->ps_recv = handlep->packets_read + st.queued;
H A Dpcap-netfilter-linux.c321 stats->ps_recv = handlep->packets_read;
/freebsd-current/contrib/libpcap/testprogs/
H A Dcapturetest.c269 printf("%d ps_recv, %d ps_drop, %d ps_ifdrop\n",
270 ps.ps_recv, ps.ps_drop, ps.ps_ifdrop);
H A Dwritecaptest.c451 printf("%d ps_recv, %d ps_drop, %d ps_ifdrop\n",
452 ps.ps_recv, ps.ps_drop, ps.ps_ifdrop);
/freebsd-current/contrib/libpcap/rpcapd/
H A Ddaemon.c732 stats.ps_recv = 0;
978 stats.ps_recv = 0;
2569 netstats->ifrecv = htonl(stats->ps_recv);
2579 netstats->ifrecv = htonl(stats->ps_recv);
/freebsd-current/contrib/libpcap/pcap/
H A Dpcap.h255 u_int ps_recv; /* number of packets received */ member in struct:pcap_stat
/freebsd-current/contrib/pf/pflogd/
H A Dpflogd.c638 pstat.ps_recv, pstat.ps_drop, packets_dropped);

Completed in 282 milliseconds

12