Home
last modified time | relevance | path

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

/external/openssh/
Dssh1.h48 #define SSH_MSG_CHANNEL_DATA 23 /* ch,data (int,str) */ macro
DPROTOCOL206 SSH_MSG_CHANNEL_DATA packets:
208 byte SSH_MSG_CHANNEL_DATA
Dserverloop.c1396 dispatch_set(SSH_MSG_CHANNEL_DATA, &channel_input_data); in server_init_dispatch_13()
Dclientloop.c2618 dispatch_set(SSH_MSG_CHANNEL_DATA, &channel_input_data); in client_init_dispatch_13()
Dchannels.c2299 SSH2_MSG_CHANNEL_DATA : SSH_MSG_CHANNEL_DATA);