Home
last modified time | relevance | path

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

/external/openssh/
Dclientloop.c165 static int session_closed; /* In SSH2: login session closed. */ variable
612 if (session_closed && !channel_still_open() && in client_wait_until_can_do_something()
1456 session_closed = 1; in client_channel_closed()
1554 if (compat20 && session_closed && !channel_still_open()) in client_loop()
2661 session_closed = 1; in client_stop_mux()