Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dssh2.h136 #define SSH2_MSG_CHANNEL_OPEN_CONFIRMATION 91 macro
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1132 packet_start(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION); in server_input_channel_open()
1256 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch_20()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1485 packet_start(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION); in client_input_channel_open()
1575 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch_20()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c1344 packet_start(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION); in channel_post_connecting()