HomeSort by relevance Sort by last modified time
    Searched full:dstport (Results 1 - 19 of 19) sorted by null

  /libcore/luni/src/main/java/java/net/
Socket.java 93 * @param dstPort
107 private void tryAllAddresses(String dstName, int dstPort, InetAddress
117 checkDestination(dstAddress, dstPort);
118 startupSocket(dstAddress, dstPort, localAddress, localPort, streaming);
127 checkDestination(dstAddress, dstPort);
128 startupSocket(dstAddress, dstPort, localAddress, localPort, streaming);
133 * the parameters {@code dstName} and {@code dstPort}. The socket is bound
142 * @param dstPort
149 public Socket(String dstName, int dstPort) throws UnknownHostException, IOException {
150 this(dstName, dstPort, null, 0)
    [all...]
  /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...]
  /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/smack/src/org/jivesoftware/smack/proxy/
Socks4ProxySocketFactory.java 101 | VN | CD | DSTPORT | DSTIP | USERID |NULL|
150 | VN | CD | DSTPORT | DSTIP |
  /external/iptables/extensions/
libxt_hashlimit.c 46 " dstip,srcip,dstport,srcport\n"
84 " dstip,srcip,dstport,srcport (or none)\n"
315 else if (!strcmp(tok, "dstport"))
515 fputs("dstport", stdout);
libxt_hashlimit.man 72 \-\-hashlimit-mode srcip,dstip,srcport,dstport \-\-hashlimit\-above 512kb/s
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 251 const mDNSAddr *dstaddr, mDNSIPPort dstport, const DNSMessage *const msg, const mDNSu8 *const end);
260 mDNSInterfaceID InterfaceID, UDPSocket *src, const mDNSAddr *dst, mDNSIPPort dstport, TCPSocket *sock, DomainAuthInfo *authInfo);
DNSCommon.c     [all...]
mDNS.c     [all...]
mDNSEmbeddedAPI.h     [all...]
  /external/mdnsresponder/mDNSPosix/
Identify.c 94 const mDNSAddr *const srcaddr, const mDNSIPPort srcport, const mDNSAddr *const dstaddr, const mDNSIPPort dstport,
104 __MDNS__mDNSCoreReceive(m, msg, end, srcaddr, srcport, &AllDNSLinkGroup_v4, dstport, InterfaceID);
mDNSPosix.c 158 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;
350 mDNSexport mStatus mDNSPlatformTCPConnect(TCPSocket *sock, const mDNSAddr *dst, mDNSOpaque16 dstport, domainname *hostname, mDNSInterfaceID InterfaceID,
355 (void)dstport; // Unused
    [all...]
NetMonitor.c 779 const mDNSAddr *srcaddr, mDNSIPPort srcport, const mDNSAddr *dstaddr, mDNSIPPort dstport, const mDNSInterfaceID InterfaceID)
788 (void)dstport; // Unused
    [all...]
  /external/qemu/slirp-android/
tcp_input.c 378 uint16_t dstport = port_geth(ti->ti_dport); local
381 if (so->so_faddr_port != dstport ||
385 so = solookup(&tcb, srcip, srcport, dstip, dstport);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h     [all...]
netmon.h     [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c     [all...]
  /prebuilts/sdk/7/
android.jar 

Completed in 1805 milliseconds