Home
last modified time | relevance | path

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

/external/openssh/
Dclientloop.c167 static int session_closed; /* In SSH2: login session closed. */ variable
646 if (session_closed && !channel_still_open() && in client_wait_until_can_do_something()
1490 session_closed = 1; in client_channel_closed()
1619 if (compat20 && session_closed && !channel_still_open()) in client_loop()
2764 session_closed = 1; in client_stop_mux()