OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connecttimeout
(Results
1 - 4
of
4
) sorted by null
/external/dropbear/
common-session.c
62
ses.
connecttimeout
= 0;
368
if (ses.
connecttimeout
!= 0 && secs > ses.
connecttimeout
) {
session.h
89
long
connecttimeout
; /* time to disconnect if we have a timeout (for
member in struct:sshsession
svr-session.c
98
ses.
connecttimeout
= timeout.tv_sec + AUTH_TIMEOUT;
svr-auth.c
360
ses.
connecttimeout
= 0;
Completed in 18 milliseconds