Lines Matching refs:throughput
538 oin = bundle->ncp.ipcp.throughput.OctetsIn; in command_Expand()
539 oout = bundle->ncp.ipcp.throughput.OctetsOut; in command_Expand()
540 pin = bundle->ncp.ipcp.throughput.PacketsIn; in command_Expand()
541 pout = bundle->ncp.ipcp.throughput.PacketsOut; in command_Expand()
543 oin += bundle->ncp.ipv6cp.throughput.OctetsIn; in command_Expand()
544 oout += bundle->ncp.ipv6cp.throughput.OctetsOut; in command_Expand()
545 pin += bundle->ncp.ipv6cp.throughput.PacketsIn; in command_Expand()
546 pout += bundle->ncp.ipv6cp.throughput.PacketsOut; in command_Expand()
564 bundle->ncp.ipcp.throughput.OctetsIn); in command_Expand()
566 bundle->ncp.ipcp.throughput.OctetsOut); in command_Expand()
568 bundle->ncp.ipcp.throughput.PacketsIn); in command_Expand()
570 bundle->ncp.ipcp.throughput.PacketsOut); in command_Expand()
573 bundle->ncp.ipv6cp.throughput.OctetsIn); in command_Expand()
575 bundle->ncp.ipv6cp.throughput.OctetsOut); in command_Expand()
577 bundle->ncp.ipv6cp.throughput.PacketsIn); in command_Expand()
579 bundle->ncp.ipv6cp.throughput.PacketsOut); in command_Expand()
3139 t = &arg->bundle->ncp.ipcp.throughput; in ClearCommand()
3142 t = &arg->bundle->ncp.ipv6cp.throughput; in ClearCommand()