Searched refs:pcap_stats (Results 1 – 8 of 8) sorted by relevance
227 int pcap_stats(pcap_t *, struct pcap_stat *);
232 int pcap_stats(pcap_t *, struct pcap_stat *);
75 reported by pcap_stats on Linux are as follows:
725 pcap_stats(pcap_t *p, struct pcap_stat *ps) in pcap_stats() function
428 if (pcap_stats(p,NULL) < 0) in pcap_close_dos()
152 pcap_stats() has been documented as to what its counters mean on
1133 if (pcap_stats(pd, &stat) < 0) { in info()1371 if (infodelay == 0 && pcap_stats(pd, &stat) >= 0) in verbose_stats_dump()1379 if (infodelay == 0 && pcap_stats(pd, &stat) >= 0) in verbose_stats_dump()
236 Documentation on pcap_stats() counters.