Home
last modified time | relevance | path

Searched refs:localID (Results 1 – 3 of 3) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
DChannelManager.java71 if (c.localID == id) in getChannel()
84 if (c.localID == id) in removeChannel()
122 removeChannel(c.localID); in waitUntilChannelOpen()
337 log.debug("Sent SSH_MSG_CHANNEL_CLOSE (channel " + c.localID + ")"); in closeChannel()
364 log.debug("Sent EOF (Channel " + c.localID + "/" + c.remoteID + ")"); in sendEOF()
378 …pcoc = new PacketChannelOpenConfirmation(c.remoteID, c.localID, c.localWindow, c.localMaxPacketSiz… in sendOpenConfirmation()
575 c.localID = addChannel(c); in openDirectTCPIPChannel()
579 PacketOpenDirectTCPIPChannel dtc = new PacketOpenDirectTCPIPChannel(c.localID, c.localWindow, in openDirectTCPIPChannel()
595 c.localID = addChannel(c); in openSessionChannel()
600 log.debug("Sending SSH_MSG_CHANNEL_OPEN (Channel " + c.localID + ")"); in openSessionChannel()
[all …]
DChannel.java68 int localID = -1; field in Channel
/external/clang/test/CodeGenObjC/
Dobjc2-assign-global.m48 id localID;
75 localID = 0;