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

  /external/libpcap/
pcap1.h 186 u_int ps_ifdrop; /* drops by interface XXX not yet supported */ member in struct:pcap_stat
pcap-can-linux.c 289 stats->ps_ifdrop = 0; /* drops by interface -- only supported on some platforms */
pcap-dbus.c 134 stats->ps_ifdrop = 0;
pcap-snf.c 53 ps->ps_ifdrop = stats.nic_pkt_overflow + stats.nic_pkt_bad;
pcap-bt-linux.c 406 stats->ps_ifdrop = 0;
pcap-canusb-linux.c 442 stats->ps_ifdrop = 0; /* drops by interface -- only supported on some platforms */
pcap-pf.c 268 * "ps_ifdrop" counts packets dropped by the network
280 * "ps_ifdrop" counts packets dropped by the network
290 ps->ps_ifdrop = pf->TotMissed - pf->OrigMissed;
pcap-usb-linux.c 742 stats->ps_ifdrop = 0;
770 stats->ps_ifdrop = 0;
pcap-netfilter-linux.c 226 stats->ps_ifdrop = 0;
pcap-dag.c 838 handlep->stat.ps_ifdrop = 0;
    [all...]
pcap-dos.c 378 pd->stat.ps_ifdrop = stats->rx_dropped + /* queue full */
    [all...]
pcap-sita.c 810 ps->ps_ifdrop = ntohl(*(uint32_t *)&buf[8]);
    [all...]
pcap-linux.c     [all...]
pcap-bpf.c 819 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 388 milliseconds