Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dssh2.h142 #define SSH2_MSG_CHANNEL_CLOSE 97 macro
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c367 packet_start(SSH2_MSG_CHANNEL_CLOSE); in chan_send_close2()
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1251 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in server_init_dispatch_20()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1570 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in client_init_dispatch_20()