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

  /external/libpcap/
pcap.h 152 u_int ps_drop; /* number of packets dropped */ member in struct:pcap_stat
pcap1.h 181 u_int ps_drop; /* number of packets dropped */ member in struct:pcap_stat
pcap-dag.c 425 if (p->md.stat.ps_drop > (UINT_MAX - ntohs(header->lctr))) {
426 p->md.stat.ps_drop = UINT_MAX;
428 p->md.stat.ps_drop += ntohs(header->lctr);
702 handle->md.stat.ps_drop = 0;
757 /*p->md.stat.ps_drop = 0;*/
pcap-nit.c 84 * "ps_drop" presumably counts packets dropped by the socket
160 p->md.stat.ps_drop = nh->nh_dropped;
pcap-snit.c 97 * "ps_drop" counts packets dropped inside the "/dev/nit"
176 p->md.stat.ps_drop = ndp->nh_drops;
pcap-snoop.c 183 p->md.stat.ps_drop =
pcap-dos.c 306 p->md.stat.ps_drop++;
358 p->md.stat.ps_drop += stats->rx_missed_errors;
429 p->md.stat.ps_drop = 0;
    [all...]
pcap-pf.c 251 * by adding "ps_drop" to "ps_recv", for compatibility
257 * "ps_drop" counts packets that passed the kernel filter
269 * "ps_drop" counts packets that were dropped because the
282 ps->ps_drop = p->md.TotDrops;
pcap-dlpi.c 216 * "ps_drop" counts packets dropped by "bufmod" because of
231 ps->ps_recv += ps->ps_drop;
337 p->md.stat.ps_drop = sbp->sbh_drops;
    [all...]
pcap-linux.c 727 * the kernel, we use "md.stat.ps_recv" and "md.stat.ps_drop"
816 * "ps_drop" counts packets dropped because we ran
853 handle->md.stat.ps_drop += kstats.tp_drops;
882 * "ps_drop" is not supported.
893 stats->ps_drop = 0;
    [all...]
pcap-bpf.c 121 * "ps_drop" counts packets dropped inside the BPF device
136 ps->ps_drop = s.bs_drop;
  /external/tcpdump/
tcpdump.c 1151 (void)fprintf(stderr, "%d packets dropped by kernel\n", stat.ps_drop);
    [all...]

Completed in 318 milliseconds