Home
last modified time | relevance | path

Searched refs:rx_missed_errors (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/
Dpcap-dos.h194 DWORD rx_missed_errors; /* recv'r missed packet */ member
Dpcap.h181 u_long rx_missed_errors; /* recv'r missed packet */ member
Dpcap-dos.c358 p->md.stat.ps_drop += stats->rx_missed_errors; in pcap_stats_dos()
1103 stats->rx_missed_errors = PktRxDropped(); in pkt_stats()