Home | History | Annotate | Download | only in transport

Lines Matching refs:packets

32 import ch.ethz.ssh2.packets.PacketDisconnect;
33 import ch.ethz.ssh2.packets.Packets;
34 import ch.ethz.ssh2.packets.TypesReader;
40 * packets are allowed during kex exchange, on the other side we need to blindly
294 byte[] msg = new PacketDisconnect(Packets.SSH_DISCONNECT_BY_APPLICATION, cause.getMessage(), "")
736 if (type == Packets.SSH_MSG_IGNORE)
741 if (type == Packets.SSH_MSG_DEBUG)
767 if (type == Packets.SSH_MSG_UNIMPLEMENTED)
772 if (type == Packets.SSH_MSG_DISCONNECT)
819 if ((type == Packets.SSH_MSG_KEXINIT) || (type == Packets.SSH_MSG_NEWKEYS)