Home
last modified time | relevance | path

Searched refs:SSH_MSG_CHANNEL_CLOSE (Results 1 – 4 of 4) sorted by relevance

/external/dropbear/
Dssh.h72 #define SSH_MSG_CHANNEL_CLOSE 97 macro
Dsvr-session.c61 {SSH_MSG_CHANNEL_CLOSE, recv_msg_channel_close},
Dcli-session.c62 {SSH_MSG_CHANNEL_CLOSE, recv_msg_channel_close},
Dcommon-channel.c361 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_CLOSE); in send_msg_channel_close()