Home
last modified time | relevance | path

Searched refs:lamt (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Dmisc.h182 u_int64_t lamt; /* amount written in last timer interval */ member
Dmisc.c1732 bw->lamt = 0; in bandwidth_limit_init()
1744 bw->lamt += read_len; in bandwidth_limit()
1749 if (bw->lamt < bw->thresh) in bandwidth_limit()
1757 bw->lamt *= 8; in bandwidth_limit()
1758 waitlen = (double)1000000L * bw->lamt / bw->rate; in bandwidth_limit()
1785 bw->lamt = 0; in bandwidth_limit()