Home
last modified time | relevance | path

Searched refs:pcap_stats (Results 1 – 9 of 9) sorted by relevance

/external/libpcap/pcap/
Dpcap.h382 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
/external/libpcap/
DREADME.dag75 pcap_stats() is supported. ps_drop is the number of packets dropped due to
DREADME.linux95 reported by pcap_stats on Linux are as follows:
Dpcap-dos.c457 if (pcap_stats(p,NULL) < 0) in pcap_cleanup_dos()
DMakefile.in217 pcap_stats.3pcap \
Dpcap.c1664 pcap_stats(pcap_t *p, struct pcap_stat *ps) in pcap_stats() function
DCHANGES499 pcap_stats() has been documented as to what its counters mean on
/external/tcpdump/
Dtcpdump.c2186 if (pcap_stats(pd, &stats) < 0) { in info()
DCHANGES678 Documentation on pcap_stats() counters.