Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dssh1.h53 #define SSH_MSG_CHANNEL_OPEN_CONFIRMATION 21 /* channel (int) */ macro
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c1350 packet_start(SSH_MSG_CHANNEL_OPEN_CONFIRMATION); in channel_post_connecting()
2884 packet_start(SSH_MSG_CHANNEL_OPEN_CONFIRMATION); in x11_input_open()
3030 packet_start(SSH_MSG_CHANNEL_OPEN_CONFIRMATION); in auth_input_open_request()
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1289 dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch_13()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1596 dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch_13()