Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dssh1.h57 #define SSH_MSG_CHANNEL_CLOSE_CONFIRMATION 25 /* channel (int) */ macro
81 #define SSH_MSG_CHANNEL_OUTPUT_CLOSE SSH_MSG_CHANNEL_CLOSE_CONFIRMATION
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1287 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation); in server_init_dispatch_13()
1299 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_oclose); in server_init_dispatch_15()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1594 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation); in client_init_dispatch_13()
1614 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, & channel_input_oclose); in client_init_dispatch_15()
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c1962 packet_start(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION); in channel_input_close()