Searched refs:remotePort (Results 1 – 3 of 3) sorted by relevance
78 Serial.println(Udp.remotePort());86 Udp.beginPacket(Udp.remoteIP(), Udp.remotePort());
70 public void createForward(int localPort, int remotePort) throws TimeoutException, in createForward() argument343 public void removeForward(int localPort, int remotePort) throws TimeoutException, in removeForward() argument
331 Process createSshTunnel(ITestDevice device, String remoteHost, int remotePort) { in createSshTunnel() argument363 tunnelParam.add(String.format(TUNNEL_PARAM, mLastUsedPort, remotePort)); in createSshTunnel()