Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dchannels.h209 int channel_still_open(void);
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c511 if (session_closed && !channel_still_open() && in client_wait_until_can_do_something()
1167 if (compat20 && session_closed && !channel_still_open()) in client_loop()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c630 if (!channel_still_open()) in server_loop()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c441 channel_still_open(void) in channel_still_open() function