Home | History | Annotate | Download | only in libpcap

Lines Matching defs:stat

175 	struct pcap_stat stat;
448 if (pd->stat.ps_drop > (UINT_MAX - ntohs(header->lctr))) {
449 pd->stat.ps_drop = UINT_MAX;
451 pd->stat.ps_drop += ntohs(header->lctr);
681 pd->stat.ps_recv++;
942 handlep->stat.ps_drop = 0;
943 handlep->stat.ps_recv = 0;
944 handlep->stat.ps_ifdrop = 0;
1059 /*pd->stat.ps_recv = 0;*/
1060 /*pd->stat.ps_drop = 0;*/
1062 *ps = pd->stat;