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

  /external/libpcap/
dlpisubs.c 85 * "ps_recv" counts packets handed to the filter, not packets
112 ps->ps_recv += ps->ps_drop;
178 ++pd->stat.ps_recv;
pcap-septel.c 160 ps->stat.ps_recv++;
245 /*handlep->stat.ps_recv = 0;*/
pcap-bt-monitor-linux.c 157 stats->ps_recv = 0;
pcap-dbus.c 132 stats->ps_recv = handlep->packets_read;
pcap-nit.c 83 * "ps_recv" counts packets handed to the filter, not packets
175 ++pn->stat.ps_recv;
pcap-tc.c 1060 s.ps_recv = (ULONG)counter;
1064 s.ps_recv = 0xFFFFFFFF;
1145 p->stat.ps_recv = (ULONG)counter;
1149 p->stat.ps_recv = 0xFFFFFFFF;
    [all...]
pcap-bt-linux.c 399 stats->ps_recv = s->evt_rx + s->acl_rx + s->sco_rx + s->cmd_tx +
pcap-rpcap.c 574 ps->ps_recv = 0;
582 ps->ps_recv = 0;
635 ps->ps_recv = ntohl(netstats.ifrecv);
643 ps->ps_recv = ntohl(netstats.ifrecv);
    [all...]
pcap-snit.c 95 * "ps_recv" counts packets handed to the filter, not packets
167 ++psn->stat.ps_recv;
pcap-snoop.c 131 ++psn->stat.ps_recv;
193 * "ps_recv" counts only packets that passed the filter.
pcap-win32.c 187 ps->ps_recv = bstats.bs_recv;
245 p->stat.ps_recv = bstats.bs_recv;
664 p->stat.ps_recv++;
    [all...]
pcap-pf.c 250 * "ps_recv" counts only packets that passed the filter.
253 * by adding "ps_drop" to "ps_recv", for compatibility
255 * some platforms "ps_recv" counts only packets that
269 * "ps_recv" counts only packets that passed the filter.
283 ps->ps_recv = pf->TotAccepted;
pcap-snf.c 58 ps->ps_recv = stats.ring_pkt_recv + stats.ring_pkt_overflow;
pcap-dag.c 681 pd->stat.ps_recv++;
943 handlep->stat.ps_recv = 0;
1059 /*pd->stat.ps_recv = 0;*/
    [all...]
pcap-usb-linux.c 784 stats->ps_recv = handlep->packets_read;
811 stats->ps_recv = handlep->packets_read + st.queued;
pcap-netfilter-linux.c 229 stats->ps_recv = handlep->packets_read;
pcap-dos.c 383 pd->stat.ps_recv = stats->rx_packets;
    [all...]
pcap-sita.c 813 ps->ps_recv = ntohl(*(uint32_t *)&buf[0]); /* break the buffer into its three 32 bit components */
    [all...]
pcap-bpf.c 890 * "ps_recv" counts packets handed to the filter, not packets
908 ps->ps_recv = s.bs_recv;
    [all...]
pcap-linux.c     [all...]
  /external/libpcap/pcap/
pcap.h 172 u_int ps_recv; /* number of packets received */ member in struct:pcap_stat
  /external/tcpdump/
tcpdump.c     [all...]

Completed in 2926 milliseconds