Home
last modified time | relevance | path

Searched defs:bindPort (Results 1 – 5 of 5) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
DPacketGlobalCancelForwardRequest.java19 public int bindPort; field in PacketGlobalCancelForwardRequest
21 public PacketGlobalCancelForwardRequest(boolean wantReply, String bindAddress, int bindPort) in PacketGlobalCancelForwardRequest()
DPacketGlobalForwardRequest.java19 public int bindPort; field in PacketGlobalForwardRequest
21 public PacketGlobalForwardRequest(boolean wantReply, String bindAddress, int bindPort) in PacketGlobalForwardRequest()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
DRemoteForwardingData.java16 public int bindPort; field in RemoteForwardingData
DChannelManager.java475 …public int requestGlobalForward(String bindAddress, int bindPort, String targetAddress, int target… in requestGlobalForward()
524 public void requestCancelGlobalForward(int bindPort) throws IOException in requestCancelGlobalForward()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DConnection.java1316 …public synchronized void requestRemotePortForwarding(String bindAddress, int bindPort, String targ… in requestRemotePortForwarding()
1341 public synchronized void cancelRemotePortForwarding(int bindPort) throws IOException in cancelRemotePortForwarding()