Searched refs:SSH2_MSG_CHANNEL_CLOSE (Results 1 – 5 of 5) sorted by relevance
139 #define SSH2_MSG_CHANNEL_CLOSE 97 macro
219 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_CLOSE)) != 0 || in chan_send_close2()
965 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in server_init_dispatch()
2839 case SSH2_MSG_CHANNEL_CLOSE:2901 case SSH2_MSG_CHANNEL_CLOSE:2950 case SSH2_MSG_CHANNEL_CLOSE:
2406 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in client_init_dispatch()