Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dssh2.h140 #define SSH2_MSG_CHANNEL_EXTENDED_DATA 95 macro
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1254 dispatch_set(SSH2_MSG_CHANNEL_EXTENDED_DATA, &channel_input_extended_data); in server_init_dispatch_20()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1573 dispatch_set(SSH2_MSG_CHANNEL_EXTENDED_DATA, &channel_input_extended_data); in client_init_dispatch_20()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c1818 packet_start(SSH2_MSG_CHANNEL_EXTENDED_DATA); in channel_output_poll()