Searched refs:SSH_MSG_CHANNEL_EOF (Results 1 – 8 of 8) sorted by relevance
71 #define SSH_MSG_CHANNEL_EOF 96 macro
60 {SSH_MSG_CHANNEL_EOF, recv_msg_channel_eof},
61 {SSH_MSG_CHANNEL_EOF, recv_msg_channel_eof},
380 buf_putbyte(ses.writepayload, SSH_MSG_CHANNEL_EOF); in send_msg_channel_eof()
51 public static final int SSH_MSG_CHANNEL_EOF = 96; field in Packets
58 The SSH connection protocol (rfc4254) provides the SSH_MSG_CHANNEL_EOF84 As with the symmetric SSH_MSG_CHANNEL_EOF message, the channel does
349 msg[0] = Packets.SSH_MSG_CHANNEL_EOF; in sendEOF()1629 case Packets.SSH_MSG_CHANNEL_EOF: in handleMessage()
190 wait forever for the remote SSH_MSG_CHANNEL_EOF or SSH_MSG_CHANNEL_CLOSE messages to arrive.