OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH_MSG_KEX_DH_GEX_REPLY
(Results
1 - 2
of
2
) sorted by null
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketKexDhGexReply.java
34
if (packet_type != Packets.
SSH_MSG_KEX_DH_GEX_REPLY
)
35
throw new IOException("This is not a
SSH_MSG_KEX_DH_GEX_REPLY
! (" + packet_type + ")");
42
throw new IOException("PADDING IN
SSH_MSG_KEX_DH_GEX_REPLY
!");
Packets.java
32
public static final int
SSH_MSG_KEX_DH_GEX_REPLY
= 33;
97
reverseNames[33] = "
SSH_MSG_KEX_DH_GEX_REPLY
";
Completed in 463 milliseconds