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

/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackExt.java130 * @param dstPort the port number that the connection would be established
142 public SocketAddress obtainLocalAddress(InetAddress dst, int dstPort, argument
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DIOHandler.java124 * @param dstPort the port number that the connection would be established with.
133 public SocketAddress obtainLocalAddress(InetAddress dst, int dstPort, argument
135 String key = makeKey(dst, dstPort);
140 clientSock = sipStack.getNetworkLayer().createSocket(dst, dstPort, localAddress,
H A DSIPTransactionStack.java514 * @param dstPort the port number that the connection would be established
526 public SocketAddress obtainLocalAddress(InetAddress dst, int dstPort, argument
531 dst, dstPort, localAddress, localPort);
/external/mdnsresponder/mDNSWindows/
H A DmDNSWin32.h45 mDNSIPPort dstPort; member in struct:Overlapped
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c158 mDNSInterfaceID InterfaceID, UDPSocket *src, const mDNSAddr *dst, mDNSIPPort dstPort)
172 if (dstPort.NotAnInteger == 0)
174 LogMsg("mDNSPlatformSendUDP: Invalid argument -dstPort is set to 0");
184 sin->sin_port = dstPort.NotAnInteger;
198 sin6->sin6_port = dstPort.NotAnInteger;
157 mDNSPlatformSendUDP(const mDNS *const m, const void *const msg, const mDNSu8 *const end, mDNSInterfaceID InterfaceID, UDPSocket *src, const mDNSAddr *dst, mDNSIPPort dstPort) argument
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 805 milliseconds