Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dssh1.h56 #define SSH_MSG_CHANNEL_CLOSE 24 /* channel (int) */ macro
80 #define SSH_MSG_CHANNEL_INPUT_EOF SSH_MSG_CHANNEL_CLOSE
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1286 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close); in server_init_dispatch_13()
1298 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof); in server_init_dispatch_15()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1593 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close); in client_init_dispatch_13()
1613 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof); in client_init_dispatch_15()
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c757 packet_start(SSH_MSG_CHANNEL_CLOSE); in channel_pre_input_draining()
861 packet_start(SSH_MSG_CHANNEL_CLOSE); in channel_pre_x11_open_13()