Lines Matching full:throughput
70 #include "throughput.h"
165 throughput_addin(&ipcp->throughput, n); in ipcp_AddInOctets()
171 throughput_addout(&ipcp->throughput, n); in ipcp_AddOutOctets()
416 throughput_disp(&ipcp->throughput, arg->prompt); in ipcp_Show()
494 throughput_init(&ipcp->throughput, SAMPLE_PERIOD); in ipcp_Init()
502 throughput_destroy(&ipcp->throughput); in ipcp_Destroy()
825 throughput_start(&ipcp->throughput, "IPCP throughput", in IpcpLayerStart()
838 throughput_stop(&ipcp->throughput); in IpcpLayerFinish()
839 throughput_log(&ipcp->throughput, LogIPCP, NULL); in IpcpLayerFinish()
881 fp->bundle->links, RAD_STOP, &ipcp->throughput); in IpcpLayerDown()
950 RAD_START, &ipcp->throughput); in IpcpLayerUp()