Searched refs:SSH_MSG_UNIMPLEMENTED (Results 1 – 5 of 5) sorted by relevance
63 case SSH_MSG_UNIMPLEMENTED: in process_packet()138 buf_putbyte(ses.writepayload, SSH_MSG_UNIMPLEMENTED); in recv_unimplemented()
31 #define SSH_MSG_UNIMPLEMENTED 3 macro
590 - Implemented sending SSH_MSG_UNIMPLEMENTED :)
17 public static final int SSH_MSG_UNIMPLEMENTED = 3; field in Packets
767 if (type == Packets.SSH_MSG_UNIMPLEMENTED) in receiveLoop()