Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dchannels.h326 int channel_still_open(struct ssh *);
H A Dclientloop.c248 } else if (channel_still_open(ssh)) { in set_control_persist_exit_time()
533 if (session_closed && !channel_still_open(ssh) && in client_wait_until_can_do_something()
1312 if (session_closed && !channel_still_open(ssh)) in client_loop()
H A Dchannels.c767 channel_still_open(struct ssh *ssh) in channel_still_open() function