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

  /external/libpcap/
dlpisubs.c 97 * "ps_drop" counts packets dropped by "bufmod" because of
112 ps->ps_recv += ps->ps_drop;
167 pd->stat.ps_drop = sbp->sbh_drops;
pcap-bt-monitor-linux.c 158 stats->ps_drop = 0;
pcap-dag.c 448 if (pd->stat.ps_drop > (UINT_MAX - ntohs(header->lctr))) {
449 pd->stat.ps_drop = UINT_MAX;
451 pd->stat.ps_drop += ntohs(header->lctr);
942 handlep->stat.ps_drop = 0;
1060 /*pd->stat.ps_drop = 0;*/
    [all...]
pcap-dbus.c 133 stats->ps_drop = 0;
pcap-nit.c 88 * "ps_drop" presumably counts packets dropped by the socket
164 pn->stat.ps_drop = nh->nh_dropped;
pcap-tc.c 1076 s.ps_drop = (ULONG)counter;
1081 s.ps_drop = 0xFFFFFFFF;
1161 p->stat.ps_drop = (ULONG)counter;
1166 p->stat.ps_drop = 0xFFFFFFFF;
    [all...]
pcap-bt-linux.c 401 stats->ps_drop = s->err_rx + s->err_tx;
pcap-rpcap.c 572 ps->ps_drop = 0;
579 ps->ps_drop = 0;
633 ps->ps_drop = ntohl(netstats.krnldrop);
640 ps->ps_drop = ntohl(netstats.krnldrop);
    [all...]
pcap-snit.c 100 * "ps_drop" counts packets dropped inside the "/dev/nit"
179 psn->stat.ps_drop = ndp->nh_drops;
pcap-snoop.c 188 psn->stat.ps_drop =
pcap-dos.c 330 pd->stat.ps_drop++;
384 pd->stat.ps_drop += stats->rx_missed_errors;
458 pd->stat.ps_drop = 0;
    [all...]
pcap-pf.c 253 * by adding "ps_drop" to "ps_recv", for compatibility
259 * "ps_drop" counts packets that passed the kernel filter
271 * "ps_drop" counts packets that were dropped because the
284 ps->ps_drop = pf->TotDrops;
pcap-snf.c 59 ps->ps_drop = stats.ring_pkt_overflow;
pcap-usb-linux.c 775 ret = sscanf(ptr, "%d", &stats->ps_drop);
812 stats->ps_drop = st.dropped;
pcap-win32.c 188 ps->ps_drop = bstats.bs_drop;
246 p->stat.ps_drop = bstats.bs_drop;
    [all...]
pcap-netfilter-linux.c 230 stats->ps_drop = handlep->packets_nobufs;
pcap-sita.c 814 ps->ps_drop = ntohl(*(uint32_t *)&buf[4]);
    [all...]
pcap-bpf.c 894 * "ps_drop" counts packets dropped inside the BPF device
909 ps->ps_drop = s.bs_drop;
    [all...]
pcap-linux.c     [all...]
  /external/libpcap/pcap/
pcap.h 173 u_int ps_drop; /* number of packets dropped */ member in struct:pcap_stat
  /external/tcpdump/
tcpdump.c     [all...]

Completed in 959 milliseconds