Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/net/arduino/connect_wifi/
Dconnect_wifi.ino78 Serial.println(Udp.remotePort());
86 Udp.beginPacket(Udp.remoteIP(), Udp.remotePort());
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java70 public void createForward(int localPort, int remotePort) throws TimeoutException, in createForward() argument
343 public void removeForward(int localPort, int remotePort) throws TimeoutException, in removeForward() argument
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceSshTunnelMonitor.java331 Process createSshTunnel(ITestDevice device, String remoteHost, int remotePort) { in createSshTunnel() argument
363 tunnelParam.add(String.format(TUNNEL_PARAM, mLastUsedPort, remotePort)); in createSshTunnel()