Searched refs:SSH_MSG_REQUEST_FAILURE (Results 1 – 4 of 4) sorted by relevance
64 #define SSH_MSG_REQUEST_FAILURE 82 macro
122 buf_putbyte(ses.writepayload, SSH_MSG_REQUEST_FAILURE); in send_msg_request_failure()
43 public static final int SSH_MSG_REQUEST_FAILURE = 82; field in Packets
1534 reply_failure[0] = Packets.SSH_MSG_REQUEST_FAILURE; in msgGlobalRequest()1653 case Packets.SSH_MSG_REQUEST_FAILURE: in handleMessage()