Searched refs:SSH2_MSG_CHANNEL_CLOSE (Results 1 – 5 of 5) sorted by relevance
145 #define SSH2_MSG_CHANNEL_CLOSE 97 macro
223 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_CLOSE)) != 0 || in chan_send_close2()
879 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in server_init_dispatch()
3246 case SSH2_MSG_CHANNEL_CLOSE: in channel_proxy_downstream()3308 case SSH2_MSG_CHANNEL_CLOSE: in channel_proxy_upstream()3355 case SSH2_MSG_CHANNEL_CLOSE: in channel_proxy_upstream()
2796 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in client_init_dispatch()