Searched refs:channel_still_open (Results 1 – 3 of 3) sorted by relevance
295 int channel_still_open(struct ssh *);
232 } else if (channel_still_open(ssh)) { in set_control_persist_exit_time()506 if (session_closed && !channel_still_open(ssh) && in client_wait_until_can_do_something()1323 if (session_closed && !channel_still_open(ssh)) in client_loop()
733 channel_still_open(struct ssh *ssh) in channel_still_open() function