Searched refs:OctetsIn (Results 1 – 4 of 4) sorted by relevance
/external/libppp/src/ |
D | throughput.c | 48 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0; in throughput_init() 114 t->OctetsIn, t->OctetsOut); in throughput_disp() 119 (t->OctetsIn + t->OctetsOut) / divisor); in throughput_disp() 129 (t->OctetsIn + t->OctetsOut) / divisor); in throughput_disp() 143 " out\n", title, *title ? ": " : "", secs_up, t->OctetsIn, in throughput_log() 151 (t->OctetsIn + t->OctetsOut) / secs_up, t->BestOctetsPerSecond, in throughput_log() 155 (t->OctetsIn + t->OctetsOut) / secs_up); in throughput_log() 173 t->in.SampleOctets[t->nSample] = t->OctetsIn; in throughput_sampler() 204 t->OctetsIn = t->OctetsOut = 0; in throughput_start() 242 t->OctetsIn += n; in throughput_addin() [all …]
|
D | throughput.h | 38 unsigned long long OctetsIn; member
|
D | radius.c | 1244 if (rad_put_int(r->cx.rad, RAD_ACCT_INPUT_OCTETS, stats->OctetsIn % UINT32_MAX) != 0 || in radius_Account() 1245 rad_put_int(r->cx.rad, RAD_ACCT_INPUT_GIGAWORDS, stats->OctetsIn / UINT32_MAX) != 0 || in radius_Account()
|
D | command.c | 535 oin = bundle->ncp.ipcp.throughput.OctetsIn; in command_Expand() 540 oin += bundle->ncp.ipv6cp.throughput.OctetsIn; in command_Expand() 561 bundle->ncp.ipcp.throughput.OctetsIn); in command_Expand() 570 bundle->ncp.ipv6cp.throughput.OctetsIn); in command_Expand()
|