Home | History | Annotate | Download | only in src

Lines Matching refs:throughput

69 #include "throughput.h"
535 oin = bundle->ncp.ipcp.throughput.OctetsIn;
536 oout = bundle->ncp.ipcp.throughput.OctetsOut;
537 pin = bundle->ncp.ipcp.throughput.PacketsIn;
538 pout = bundle->ncp.ipcp.throughput.PacketsOut;
540 oin += bundle->ncp.ipv6cp.throughput.OctetsIn;
541 oout += bundle->ncp.ipv6cp.throughput.OctetsOut;
542 pin += bundle->ncp.ipv6cp.throughput.PacketsIn;
543 pout += bundle->ncp.ipv6cp.throughput.PacketsOut;
561 bundle->ncp.ipcp.throughput.OctetsIn);
563 bundle->ncp.ipcp.throughput.OctetsOut);
565 bundle->ncp.ipcp.throughput.PacketsIn);
567 bundle->ncp.ipcp.throughput.PacketsOut);
570 bundle->ncp.ipv6cp.throughput.OctetsIn);
572 bundle->ncp.ipv6cp.throughput.OctetsOut);
574 bundle->ncp.ipv6cp.throughput.PacketsIn);
576 bundle->ncp.ipv6cp.throughput.PacketsOut);
843 "Clear throughput statistics",
1719 log_Printf(LogWARN, "autoload: %s: Invalid throughput period\n",
3000 {"throughput", NULL, OptSet, LOCAL_AUTH, "Rolling throughput",
3123 t = &arg->bundle->ncp.ipcp.throughput;
3126 t = &arg->bundle->ncp.ipv6cp.throughput;