Lines Matching defs:netstats
2540 struct rpcap_stats *netstats; // statistics sent on the network
2556 netstats = (struct rpcap_stats *) &sendbuf[sendbufidx];
2570 netstats->ifdrop = htonl(stats->ps_ifdrop);
2571 netstats->ifrecv = htonl(stats->ps_recv);
2572 netstats->krnldrop = htonl(stats->ps_drop);
2573 netstats->svrcapt = htonl(session->TotCapt);
2580 netstats->ifdrop = htonl(stats->ps_ifdrop);
2581 netstats->ifrecv = htonl(stats->ps_recv);
2582 netstats->krnldrop = htonl(stats->ps_drop);
2583 netstats->svrcapt = htonl(svrcapt);