Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h343 int channel_still_open(struct ssh *);
H A Dserverloop.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()
H A Dclientloop.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()
H A Dssh_namespace.h189 #define channel_still_open Fssh_channel_still_open macro
H A Dchannels.c895 channel_still_open(struct ssh *ssh) in channel_still_open() function