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

  /external/libpcap/
pcap-win32.c 195 ps->ps_ifdrop = bstats.ps_ifdrop;
197 ps->ps_ifdrop = 0;
247 p->stat.ps_ifdrop = bstats.ps_ifdrop;
    [all...]
pcap-bt-monitor-linux.c 159 stats->ps_ifdrop = 0;
pcap-dbus.c 134 stats->ps_ifdrop = 0;
pcap-tc.c 1075 s.ps_ifdrop = (ULONG)counter;
1080 s.ps_ifdrop = 0xFFFFFFFF;
1160 p->stat.ps_ifdrop = (ULONG)counter;
1165 p->stat.ps_ifdrop = 0xFFFFFFFF;
    [all...]
pcap-bt-linux.c 402 stats->ps_ifdrop = 0;
pcap-rpcap.c 573 ps->ps_ifdrop = 0;
580 ps->ps_ifdrop = 0;
634 ps->ps_ifdrop = ntohl(netstats.ifdrop);
641 ps->ps_ifdrop = ntohl(netstats.ifdrop);
    [all...]
pcap-pf.c 263 * "ps_ifdrop" counts packets dropped by the network
275 * "ps_ifdrop" counts packets dropped by the network
285 ps->ps_ifdrop = pf->TotMissed - pf->OrigMissed;
pcap-snf.c 60 ps->ps_ifdrop = stats.nic_pkt_overflow + stats.nic_pkt_bad;
pcap-usb-linux.c 785 stats->ps_ifdrop = 0;
813 stats->ps_ifdrop = 0;
pcap-netfilter-linux.c 231 stats->ps_ifdrop = 0;
pcap-dag.c 944 handlep->stat.ps_ifdrop = 0;
    [all...]
pcap-dos.c 385 pd->stat.ps_ifdrop = stats->rx_dropped + /* queue full */
    [all...]
pcap-sita.c 815 ps->ps_ifdrop = ntohl(*(uint32_t *)&buf[8]);
    [all...]
pcap-linux.c     [all...]
pcap-bpf.c 910 ps->ps_ifdrop = 0;
    [all...]
  /external/libpcap/pcap/
pcap.h 174 u_int ps_ifdrop; /* drops by interface -- only supported on some platforms */ member in struct:pcap_stat
  /external/tcpdump/
tcpdump.c     [all...]

Completed in 1024 milliseconds