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

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
X11ServerData.java 18 public byte[] x11_magic_cookie; /* not the remote (fake) one, the local (real) one */ field in class:X11ServerData
RemoteX11AcceptThread.java 177 if (sd.x11_magic_cookie == null)
185 if (sd.x11_magic_cookie.length != 16)
192 x11_os.write(sd.x11_magic_cookie);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Session.java 173 x11data.x11_magic_cookie = cookie; /* if non-null, then present this cookie to the real X11 server */

Completed in 200 milliseconds