OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OctetsIn
(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);
143
" out\n", title, *title ? ": " : "", secs_up, t->
OctetsIn
,
151
(t->
OctetsIn
+ t->OctetsOut) / secs_up, t->BestOctetsPerSecond,
155
(t->
OctetsIn
+ t->OctetsOut) / secs_up);
173
t->in.SampleOctets[t->nSample] = t->
OctetsIn
;
204
t->
OctetsIn
= t->OctetsOut = 0;
242
t->
OctetsIn
+= n
[
all
...]
throughput.h
38
unsigned long long
OctetsIn
;
radius.c
[
all
...]
command.c
535
oin = bundle->ncp.ipcp.throughput.
OctetsIn
;
540
oin += bundle->ncp.ipv6cp.throughput.
OctetsIn
;
561
bundle->ncp.ipcp.throughput.
OctetsIn
);
570
bundle->ncp.ipv6cp.throughput.
OctetsIn
);
587
nargv[arg] = substull(nargv[arg], "
OCTETSIN
", oin);
[
all
...]
Completed in 287 milliseconds