Searched refs:pcap_stats (Results 1 – 16 of 16) sorted by relevance
16 [**pcap_stats**](https://www.tcpdump.org/manpages/pcap_stats.3pcap.html)(3PCAP)
30 reported by pcap_stats on Linux are as follows:
75 pcap_stats() is supported. ps_drop is the number of packets dropped due to
107 pcap_stats.3 \
268 pcap_stats(pd, &ps); in main()
450 pcap_stats(pd, &ps); in main()
629 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
644 if (pcap_stats(hpcap, &pstat) < 0)
969 if (pcap_stats(session->fp, &stats)) in daemon_serviceloop()2564 if (pcap_stats(session->fp, stats) == -1) in daemon_msg_stats_req()
486 if (pcap_stats(p,NULL) < 0) in pcap_cleanup_dos()
228 pcap_stats.3pcap \
3912 pcap_stats(pcap_t *p, struct pcap_stat *ps) function
1364 pcap_stats() has been documented as to what its counters mean on
3419 pcap_stats.3pcap
3113 if (pcap_stats(pd, &stats) < 0) { in info()
1293 Documentation on pcap_stats() counters.