Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dssh1.h55 #define SSH_MSG_CHANNEL_DATA 23 /* ch,data (int,str) */ macro
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1288 dispatch_set(SSH_MSG_CHANNEL_DATA, &channel_input_data); in server_init_dispatch_13()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1595 dispatch_set(SSH_MSG_CHANNEL_DATA, &channel_input_data); in client_init_dispatch_13()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c1784 SSH2_MSG_CHANNEL_DATA : SSH_MSG_CHANNEL_DATA); in channel_output_poll()