OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bwend
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
misc.h
85
struct timeval bwstart,
bwend
;
member in struct:bwlimit
/external/dropbear/
scp.c
769
static struct timeval bwstart,
bwend
;
local
783
gettimeofday(&
bwend
, NULL);
784
timersub(&
bwend
, &bwstart, &
bwend
);
785
if (!timerisset(&
bwend
))
794
if (timercmp(&bwstart, &
bwend
, >)) {
795
timersub(&bwstart, &
bwend
, &
bwend
);
798
if (
bwend
.tv_sec) {
802
} else if (
bwend
.tv_usec < 100)
[
all
...]
Completed in 49 milliseconds