Home
last modified time | relevance | path

Searched refs:ps_recv (Results 1 – 23 of 23) sorted by relevance

/external/libpcap/
Ddlpisubs.c116 ps->ps_recv += ps->ps_drop; in pcap_stats_dlpi()
182 ++pd->stat.ps_recv; in pcap_process_pkts()
Dpcap-septel.c165 ps->stat.ps_recv++; in septel_read()
Dpcap1.h184 u_int ps_recv; /* number of packets received */ member
DREADME.linux99 ps_recv Number of packets that were accepted by the pcap filter
104 ps_recv Number of packets that were accepted by the pcap filter
Dpcap-can-linux.c287 stats->ps_recv = 0; /* number of packets received */ in can_stats_linux()
Dpcap-dbus.c132 stats->ps_recv = handlep->packets_read; in dbus_stats()
Dpcap-nit.c179 ++pn->stat.ps_recv; in pcap_read_nit()
Dpcap-snf.c51 ps->ps_recv = stats.ring_pkt_recv + stats.ring_pkt_overflow; in snf_pcap_stats()
Dpcap-usb-linux.c741 stats->ps_recv = handlep->packets_read; in usb_stats_linux()
768 stats->ps_recv = handlep->packets_read + st.queued; in usb_stats_linux_bin()
Dpcap-snit.c172 ++psn->stat.ps_recv; in pcap_read_snit()
Dpcap-snoop.c135 ++psn->stat.ps_recv; in pcap_read_snoop()
Dpcap-bt-linux.c403 stats->ps_recv = s->evt_rx + s->acl_rx + s->sco_rx + s->cmd_tx + in bt_stats_linux()
Dpcap-canusb-linux.c440 stats->ps_recv = 0; /* number of packets received */ in canusb_stats_linux()
Dpcap-dag.c575 pd->stat.ps_recv++; in dag_read()
837 handlep->stat.ps_recv = 0; in dag_activate()
Dpcap-pf.c288 ps->ps_recv = pf->TotAccepted; in pcap_stats_pf()
Dpcap-win32.c317 pw->stat.ps_recv++; in pcap_read_win32_dag()
Dpcap-netfilter-linux.c224 stats->ps_recv = handlep->packets_read; in netfilter_stats_linux()
Dpcap-dos.c376 pd->stat.ps_recv = stats->rx_packets; in pcap_stats_dos()
Dpcap-sita.c808 …ps->ps_recv = ntohl(*(uint32_t *)&buf[0]); /* break the buffer into its three 32 bit compon…
Dpcap-linux.c1935 handlep->stat.ps_recv += kstats.tp_packets;
1981 stats->ps_recv = handlep->packets_read;
Dpcap-bpf.c817 ps->ps_recv = s.bs_recv; in pcap_stats_bpf()
/external/libpcap/pcap/
Dpcap.h172 u_int ps_recv; /* number of packets received */ member
/external/tcpdump/
Dtcpdump.c1726 (void)fprintf(stderr, "%u packet%s received by filter", stat.ps_recv, in info()
1727 PLURAL_SUFFIX(stat.ps_recv)); in info()