Searched refs:channel_still_open (Results 1 – 5 of 5) sorted by relevance
343 int channel_still_open(struct ssh *);
176 if (channel_still_open(ssh) || unused_connection_expiry == 0) { in wait_until_can_do_something()247 now > unused_connection_expiry && !channel_still_open(ssh)) { in wait_until_can_do_something()
251 } else if (channel_still_open(ssh)) { in set_control_persist_exit_time()700 if (session_closed && !channel_still_open(ssh) && in client_wait_until_can_do_something()1548 if (session_closed && !channel_still_open(ssh)) in client_loop()
189 #define channel_still_open Fssh_channel_still_open macro
895 channel_still_open(struct ssh *ssh) in channel_still_open() function