Searched refs:dstPort (Results 1 - 5 of 5) 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/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/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 129 milliseconds