Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h244 int channel_still_open(void);
Dclientloop.c269 } else if (channel_still_open()) { in set_control_persist_exit_time()
591 if (session_closed && !channel_still_open() && in client_wait_until_can_do_something()
1466 if (compat20 && session_closed && !channel_still_open()) in client_loop()
Dserverloop.c680 if (!channel_still_open()) in server_loop()
Dchannels.c510 channel_still_open(void) in channel_still_open() function