Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDchannels.h341 int channel_still_open(struct ssh *);
HDserverloop.c176 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()
HDclientloop.c251 } 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()
HDchannels.c895 channel_still_open(struct ssh *ssh) in channel_still_open() function