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

  /libcore/luni/src/main/java/java/net/
Socket.java 111 * @param dstPort
128 private void tryAllAddresses(String dstName, int dstPort, InetAddress
138 checkDestination(dstAddress, dstPort);
139 startupSocket(dstAddress, dstPort, localAddress, localPort, streaming);
149 checkDestination(dstAddress, dstPort);
150 startupSocket(dstAddress, dstPort, localAddress, localPort, streaming);
156 * the parameters {@code dstName} and {@code dstPort}. The socket is bound
165 * @param dstPort
175 public Socket(String dstName, int dstPort) throws UnknownHostException, IOException {
176 this(dstName, dstPort, null, 0)
    [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;
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
tiQosTypes.h 184 UINT32 dstPort;
  /system/wlan/ti/wilink_6_1/utils/
tiQosTypes.h 285 TI_UINT32 dstPort;
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
Clsfr.c 348 (" Classifier_classifyTxMSDU() : DstPort clsfr, getIpAndUdpHeader error\n"));
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 360 milliseconds