HomeSort by relevance Sort by last modified time
    Searched refs:ps_drop (Results 1 - 20 of 20) 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 147 stats->ps_drop = 0;
pcap-can-linux.c 288 stats->ps_drop = 0; /* number of packets dropped */
pcap-dag.c 357 if (pd->stat.ps_drop > (UINT_MAX - ntohs(header->lctr))) {
358 pd->stat.ps_drop = UINT_MAX;
360 pd->stat.ps_drop += ntohs(header->lctr);
851 handlep->stat.ps_drop = 0;
971 /*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-bt-linux.c 401 stats->ps_drop = s->err_rx + s->err_tx;
pcap-canusb-linux.c 443 stats->ps_drop = 0; /* number of packets dropped */
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 320 pd->stat.ps_drop++;
375 pd->stat.ps_drop += stats->rx_missed_errors;
449 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 735 ret = sscanf(ptr, "%d", &stats->ps_drop);
772 stats->ps_drop = st.dropped;
pcap-netfilter-linux.c 227 stats->ps_drop = 0;
pcap-sita.c 807 ps->ps_drop = ntohl(*(uint32_t *)&buf[4]);
    [all...]
pcap-bpf.c 799 * "ps_drop" counts packets dropped inside the BPF device
814 ps->ps_drop = s.bs_drop;
    [all...]
pcap-linux.c     [all...]
  /external/libpcap/pcap/
pcap.h 171 u_int ps_drop; /* number of packets dropped */ member in struct:pcap_stat
  /external/tcpdump/
tcpdump.c     [all...]

Completed in 255 milliseconds