Searched refs:pcap_stats (Results 1 – 10 of 10) sorted by relevance
457 pcap_stats = _lib.pcap_stats variable458 pcap_stats.restype = c_int459 pcap_stats.argtypes = [POINTER(pcap_t), POINTER(pcap_stat)]
382 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
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:
457 if (pcap_stats(p,NULL) < 0) in pcap_cleanup_dos()
217 pcap_stats.3pcap \
1664 pcap_stats(pcap_t *p, struct pcap_stat *ps) in pcap_stats() function
499 pcap_stats() has been documented as to what its counters mean on
2182 if (pcap_stats(pd, &stats) < 0) { in info()
804 Documentation on pcap_stats() counters.