Searched refs:pcap_stats (Results 1 - 4 of 4) sorted by relevance

/external/libpcap/pcap/
H A Dpcap.h167 * As returned by the pcap_stats()
378 int pcap_stats(pcap_t *, struct pcap_stat *);
/external/tcpdump/
H A Dtcpdump.c2145 if (pcap_stats(pd, &stat) < 0) {
2146 (void)fprintf(stderr, "pcap_stats: %s\n", pcap_geterr(pd));
2602 if (infodelay == 0 && pcap_stats(pd, &stat) >= 0)
2610 if (infodelay == 0 && pcap_stats(pd, &stat) >= 0)
/external/libpcap/
H A Dpcap-dos.c448 if (pcap_stats(p,NULL) < 0)
H A Dpcap.c1625 pcap_stats(pcap_t *p, struct pcap_stat *ps) function

Completed in 100 milliseconds