Searched refs:SSH2_MSG_CHANNEL_DATA (Results 1 – 5 of 5) sorted by relevance
142 #define SSH2_MSG_CHANNEL_DATA 94 macro
880 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_DATA, &channel_input_data); in server_init_dispatch()
1811 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_DATA)) != 0 || in channel_before_prepare_io_rdynamic()2990 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_DATA)) != 0 || in channel_output_poll_input_open()3006 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_DATA)) != 0 || in channel_output_poll_input_open()3309 case SSH2_MSG_CHANNEL_DATA: in channel_proxy_upstream()
2797 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_DATA, &channel_input_data); in client_init_dispatch()
1151 case SSH2_MSG_CHANNEL_DATA: in ssh_packet_log_type()