HomeSort by relevance Sort by last modified time
    Searched refs:dstPort (Results 1 - 17 of 17) sorted by null

  /libcore/luni/src/main/java/java/net/
Socket.java 92 * @param dstPort
106 private void tryAllAddresses(String dstName, int dstPort, InetAddress
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 {
149 this(dstName, dstPort, null, 0)
    [all...]
  /frameworks/base/core/java/android/net/
LinkSocket.java 134 * by dstName and dstPort.
136 * @param dstPort the port to connect to on the remote host
143 public void connect(String dstName, int dstPort, int timeout)
145 if (DBG) log("connect(dstName, dstPort, timeout) EX");
150 * by dstName and dstPort.
152 * @param dstPort the port to connect to on the remote host
157 public void connect(String dstName, int dstPort)
159 if (DBG) log("connect(dstName, dstPort, timeout) EX");
165 * @deprecated Use {@code connect(String dstName, int dstPort, int timeout)}
185 * @deprecated Use {@code connect(String dstName, int dstPort)}
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackExt.java 130 * @param dstPort the port number that the connection would be established
142 public SocketAddress obtainLocalAddress(InetAddress dst, int dstPort,
  /external/nist-sip/java/gov/nist/javax/sip/stack/
IOHandler.java 124 * @param dstPort the port number that the connection would be established with.
133 public SocketAddress obtainLocalAddress(InetAddress dst, int dstPort,
135 String key = makeKey(dst, dstPort);
140 clientSock = sipStack.getNetworkLayer().createSocket(dst, dstPort, localAddress,
SIPTransactionStack.java 514 * @param dstPort the port number that the connection would be established
526 public SocketAddress obtainLocalAddress(InetAddress dst, int dstPort,
531 dst, dstPort, localAddress, localPort);
    [all...]
  /hardware/ti/wlan/wl1271/utils/
tiQosTypes.h 285 TI_UINT32 dstPort;
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m     [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 151 mDNSInterfaceID InterfaceID, UDPSocket *src, const mDNSAddr *dst, mDNSIPPort dstPort)
165 if (dstPort.NotAnInteger == 0)
167 LogMsg("mDNSPlatformSendUDP: Invalid argument -dstPort is set to 0");
177 sin->sin_port = dstPort.NotAnInteger;
191 sin6->sin6_port = dstPort.NotAnInteger;
343 mDNSexport mStatus mDNSPlatformTCPConnect(TCPSocket *sock, const mDNSAddr *dst, mDNSOpaque16 dstport, domainname *hostname, mDNSInterfaceID InterfaceID,
348 (void)dstport; // Unused
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 325 milliseconds