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

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
KexParameters.java 26 public boolean first_kex_packet_follows; field in class:KexParameters
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketKexInit.java 40 kp.first_kex_packet_follows = false;
67 kp.first_kex_packet_follows = tr.readBoolean();
91 tw.writeBoolean(kp.first_kex_packet_follows);
130 return kp.first_kex_packet_follows;

Completed in 62 milliseconds