Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h262 int channel_still_open(void);
Dclientloop.c269 } else if (channel_still_open()) { in set_control_persist_exit_time()
646 if (session_closed && !channel_still_open() && in client_wait_until_can_do_something()
1619 if (compat20 && session_closed && !channel_still_open()) in client_loop()
Dchannels.c595 channel_still_open(void) in channel_still_open() function