Lines Matching full:stat
1131 struct pcap_stat stat;
1133 if (pcap_stats(pd, &stat) < 0) {
1146 (void)fprintf(stderr, "%d packets received by filter", stat.ps_recv);
1151 (void)fprintf(stderr, "%d packets dropped by kernel\n", stat.ps_drop);
1369 struct pcap_stat stat;
1371 if (infodelay == 0 && pcap_stats(pd, &stat) >= 0)
1377 struct pcap_stat stat;
1379 if (infodelay == 0 && pcap_stats(pd, &stat) >= 0)