OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lamt
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
misc.h
84
u_int64_t rate, thresh,
lamt
;
member in struct:bwlimit
/external/dropbear/
scp.c
770
static int
lamt
, thresh = 16384;
local
779
lamt
+= amount;
780
if (
lamt
< thresh)
788
lamt
*= 8;
789
waitlen = (double)1000000L *
lamt
/ limit_rate;
816
lamt
= 0;
Completed in 51 milliseconds