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

  /external/libpcap/
pcap.h 153 u_int ps_ifdrop; /* drops by interface XXX not yet supported */ member in struct:pcap_stat
pcap1.h 182 u_int ps_ifdrop; /* drops by interface XXX not yet supported */ member in struct:pcap_stat
pcap-pf.c 261 * "ps_ifdrop" counts packets dropped by the network
273 * "ps_ifdrop" counts packets dropped by the network
283 ps->ps_ifdrop = p->md.TotMissed - p->md.OrigMissed;
pcap-dos.c 359 p->md.stat.ps_ifdrop = stats->rx_dropped + /* queue full */
    [all...]

Completed in 109 milliseconds