Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap1.h227 int pcap_stats(pcap_t *, struct pcap_stat *);
Dpcap.h232 int pcap_stats(pcap_t *, struct pcap_stat *);
DREADME.linux75 reported by pcap_stats on Linux are as follows:
Dpcap.c725 pcap_stats(pcap_t *p, struct pcap_stat *ps) in pcap_stats() function
Dpcap-dos.c428 if (pcap_stats(p,NULL) < 0) in pcap_close_dos()
DCHANGES152 pcap_stats() has been documented as to what its counters mean on
/external/tcpdump/
Dtcpdump.c1133 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()
DCHANGES236 Documentation on pcap_stats() counters.