Searched refs:pcap_stats (Results 1 – 9 of 9) sorted by relevance
378 int pcap_stats(pcap_t *, struct pcap_stat *);
2145 if (pcap_stats(pd, &stat) < 0) { in info()2602 if (infodelay == 0 && pcap_stats(pd, &stat) >= 0) in verbose_stats_dump()2610 if (infodelay == 0 && pcap_stats(pd, &stat) >= 0) in verbose_stats_dump()
494 Documentation on pcap_stats() counters.
75 pcap_stats() is supported. ps_drop is the number of packets dropped due to
95 reported by pcap_stats on Linux are as follows:
448 if (pcap_stats(p,NULL) < 0) in pcap_cleanup_dos()
213 pcap_stats.3pcap \
1625 pcap_stats(pcap_t *p, struct pcap_stat *ps) in pcap_stats() function
453 pcap_stats() has been documented as to what its counters mean on