OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x11AuthenticationCookie
(Results
1 - 2
of
2
) sorted by null
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketSessionX11Request.java
22
String
x11AuthenticationCookie
;
26
String x11AuthenticationProtocol, String
x11AuthenticationCookie
, int x11ScreenNumber)
33
this.
x11AuthenticationCookie
=
x11AuthenticationCookie
;
49
tw.writeString(
x11AuthenticationCookie
);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java
644
String
x11AuthenticationCookie
, int x11ScreenNumber) throws IOException
654
x11AuthenticationCookie
, x11ScreenNumber);
[
all
...]
Completed in 24 milliseconds