HomeSort by relevance Sort by last modified time
    Searched refs:OctetsOut (Results 1 - 4 of 4) sorted by null

  /external/libppp/src/
throughput.c 48 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0;
114 t->OctetsIn, t->OctetsOut);
119 (t->OctetsIn + t->OctetsOut) / divisor);
129 (t->OctetsIn + t->OctetsOut) / divisor);
144 t->OctetsOut);
151 (t->OctetsIn + t->OctetsOut) / secs_up, t->BestOctetsPerSecond,
155 (t->OctetsIn + t->OctetsOut) / secs_up);
177 t->out.SampleOctets[t->nSample] = t->OctetsOut;
204 t->OctetsIn = t->OctetsOut = 0;
249 t->OctetsOut += n
    [all...]
throughput.h 39 unsigned long long OctetsOut;
radius.c     [all...]
command.c 536 oout = bundle->ncp.ipcp.throughput.OctetsOut;
541 oout += bundle->ncp.ipv6cp.throughput.OctetsOut;
563 bundle->ncp.ipcp.throughput.OctetsOut);
572 bundle->ncp.ipv6cp.throughput.OctetsOut);
588 nargv[arg] = substull(nargv[arg], "OCTETSOUT", oout);
    [all...]

Completed in 1720 milliseconds