Searched refs:SSH_MSG_CHANNEL_DATA (Results 1 – 4 of 4) sorted by relevance
55 #define SSH_MSG_CHANNEL_DATA 23 /* ch,data (int,str) */ macro
1288 dispatch_set(SSH_MSG_CHANNEL_DATA, &channel_input_data); in server_init_dispatch_13()
1595 dispatch_set(SSH_MSG_CHANNEL_DATA, &channel_input_data); in client_init_dispatch_13()
1784 SSH2_MSG_CHANNEL_DATA : SSH_MSG_CHANNEL_DATA); in channel_output_poll()