Searched refs:SSH2_MSG_CHANNEL_EXTENDED_DATA (Results 1 – 5 of 5) sorted by relevance
144 #define SSH2_MSG_CHANNEL_EXTENDED_DATA 95 macro
907 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_EXTENDED_DATA, &channel_input_extended_data); in server_init_dispatch()
2814 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_EXTENDED_DATA, &channel_input_extended_data); in client_init_dispatch()
3044 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_EXTENDED_DATA)) != 0 || in channel_output_poll_extended_read()3315 case SSH2_MSG_CHANNEL_EXTENDED_DATA: in channel_proxy_upstream()
1133 case SSH2_MSG_CHANNEL_EXTENDED_DATA: in ssh_packet_log_type()