Searched refs:SSH_MSG_CHANNEL_CLOSE (Results 1 – 4 of 4) sorted by relevance
72 #define SSH_MSG_CHANNEL_CLOSE 97 macro
61 {SSH_MSG_CHANNEL_CLOSE, recv_msg_channel_close},
62 {SSH_MSG_CHANNEL_CLOSE, recv_msg_channel_close},
361 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_CLOSE); in send_msg_channel_close()