Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h295 int channel_still_open(struct ssh *);
Dclientloop.c232 } else if (channel_still_open(ssh)) { in set_control_persist_exit_time()
506 if (session_closed && !channel_still_open(ssh) && in client_wait_until_can_do_something()
1323 if (session_closed && !channel_still_open(ssh)) in client_loop()
Dchannels.c733 channel_still_open(struct ssh *ssh) in channel_still_open() function