Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dchannels.h182 void channel_register_cleanup(int, channel_callback_fn *);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1101 channel_register_cleanup(c->self, session_close_by_channel); in server_request_session()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1154 channel_register_cleanup(session_ident, in client_loop()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c623 channel_register_cleanup(int id, channel_callback_fn *fn) in channel_register_cleanup() function