Searched refs:SSH_MSG_DISCONNECT (Results 1 – 7 of 7) sorted by relevance
31 if (packet_type != Packets.SSH_MSG_DISCONNECT) in PacketDisconnect()52 tw.writeByte(Packets.SSH_MSG_DISCONNECT); in getPayload()
15 public static final int SSH_MSG_DISCONNECT = 1; field in Packets
29 #define SSH_MSG_DISCONNECT 1 macro
68 case SSH_MSG_DISCONNECT: in process_packet()
26 #define SSH_MSG_DISCONNECT 1 /* cause (string) */ macro
1436 case SSH_MSG_DISCONNECT: in packet_read_poll_seqnr()1640 packet_start(SSH_MSG_DISCONNECT); in packet_disconnect()
772 if (type == Packets.SSH_MSG_DISCONNECT) in receiveLoop()