HomeSort by relevance Sort by last modified time
    Searched refs:SSH_MSG_DISCONNECT (Results 1 - 7 of 7) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketDisconnect.java 31 if (packet_type != Packets.SSH_MSG_DISCONNECT)
52 tw.writeByte(Packets.SSH_MSG_DISCONNECT);
Packets.java 15 public static final int SSH_MSG_DISCONNECT = 1;
84 reverseNames[1] = "SSH_MSG_DISCONNECT";
  /external/dropbear/
ssh.h 29 #define SSH_MSG_DISCONNECT 1
process-packet.c 68 case SSH_MSG_DISCONNECT:
  /external/openssh/
ssh1.h 26 #define SSH_MSG_DISCONNECT 1 /* cause (string) */
packet.c 1138 * SSH_MSG_DISCONNECT is handled specially here. Also,
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportManager.java 772 if (type == Packets.SSH_MSG_DISCONNECT)

Completed in 935 milliseconds