Home
last modified time | relevance | path

Searched refs:SSH_MSG_CHANNEL_CLOSE (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-ssh.h143 SSH_MSG_CHANNEL_CLOSE = 97, enumerator
/third_party/libwebsockets/plugins/ssh-base/
H A Dsshd.c770 case SSH_MSG_CHANNEL_CLOSE: in lws_ssh_parse_plaintext()
773 * byte SSH_MSG_CHANNEL_CLOSE in lws_ssh_parse_plaintext()
1815 * channel, it sends SSH_MSG_CHANNEL_CLOSE. in lws_ssh_parse_plaintext()
1817 * send back an SSH_MSG_CHANNEL_CLOSE unless it in lws_ssh_parse_plaintext()
1821 * received SSH_MSG_CHANNEL_CLOSE, and the in lws_ssh_parse_plaintext()
1823 * A party MAY send SSH_MSG_CHANNEL_CLOSE in lws_ssh_parse_plaintext()
1827 lwsl_notice("SSH_MSG_CHANNEL_CLOSE ch %d\n", in lws_ssh_parse_plaintext()
2350 *pp++ = SSH_MSG_CHANNEL_CLOSE; in lws_callback_raw_sshd()

Completed in 4 milliseconds