Searched refs:dstPort (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DSocket.java92 * @param dstPort
106 private void tryAllAddresses(String dstName, int dstPort, InetAddress argument
116 checkDestination(dstAddress, dstPort);
117 startupSocket(dstAddress, dstPort, localAddress, localPort, streaming);
126 checkDestination(dstAddress, dstPort);
127 startupSocket(dstAddress, dstPort, localAddress, localPort, streaming);
132 * the parameters {@code dstName} and {@code dstPort}. The socket is bound
141 * @param dstPort
148 public Socket(String dstName, int dstPort) throws UnknownHostException, IOException { argument
149 this(dstName, dstPort, nul
175 Socket(String dstName, int dstPort, InetAddress localAddress, int localPort) argument
222 Socket(InetAddress dstAddress, int dstPort) argument
245 Socket(InetAddress dstAddress, int dstPort, InetAddress localAddress, int localPort) argument
299 checkDestination(InetAddress destAddr, int dstPort) argument
549 startupSocket(InetAddress dstAddress, int dstPort, InetAddress localAddress, int localPort, boolean streaming) argument
[all...]

Completed in 3 milliseconds