/external/jmdns/src/javax/jmdns/impl/ |
D | HostInfo.java | 139 public InetAddress getInetAddress() { in getInetAddress() method in HostInfo 144 if (this.getInetAddress() instanceof Inet4Address) { in getInet4Address() 151 if (this.getInetAddress() instanceof Inet6Address) { in getInet6Address() 179 if (this.getInetAddress() != null) { in shouldIgnorePacket() 182 if (from.isLinkLocalAddress() && (!this.getInetAddress().isLinkLocalAddress())) { in shouldIgnorePacket() 189 if (from.isLoopbackAddress() && (!this.getInetAddress().isLoopbackAddress())) { in shouldIgnorePacket() 211 …if ((this.getInetAddress() instanceof Inet4Address) || ((this.getInetAddress() instanceof Inet6Add… in getDNS4AddressRecord() 212 …DNSRecord.IPv4Address(this.getName(), DNSRecordClass.CLASS_IN, unique, ttl, this.getInetAddress()); in getDNS4AddressRecord() 218 if (this.getInetAddress() instanceof Inet6Address) { in getDNS6AddressRecord() 219 …DNSRecord.IPv6Address(this.getName(), DNSRecordClass.CLASS_IN, unique, ttl, this.getInetAddress()); in getDNS6AddressRecord() [all …]
|
D | NetworkTopologyEventImpl.java | 56 public InetAddress getInetAddress() { in getInetAddress() method in NetworkTopologyEventImpl 65 buf.append(this.getInetAddress()); in toString() 79 return new NetworkTopologyEventImpl(getDNS(), getInetAddress()); in clone()
|
D | JmmDNSImpl.java | 147 result.add(mDNS.getInetAddress()); in getInetAddresses() 491 InetAddress address = event.getInetAddress(); in inetAddressAdded() 521 InetAddress address = event.getInetAddress(); in inetAddressRemoved()
|
D | DNSQuestion.java | 106 InetAddress address = jmDNSImpl.getLocalHost().getInetAddress(); in addAnswers()
|
D | ServiceInfoImpl.java | 502 return this.getInetAddress(); in getAddress() 510 public InetAddress getInetAddress() { in getInetAddress() method in ServiceInfoImpl
|
D | JmDNSImpl.java | 443 if (hostInfo.getInetAddress() instanceof Inet6Address) { in openMulticastSocket() 693 public InetAddress getInetAddress() throws IOException { in getInetAddress() method in JmDNSImpl 694 return _localHost.getInetAddress(); in getInetAddress()
|
/external/nist-sip/java/gov/nist/core/ |
D | HostPort.java | 143 public InetAddress getInetAddress() throws java.net.UnknownHostException { in getInetAddress() method in HostPort 147 return host.getInetAddress(); in getInetAddress()
|
D | Host.java | 267 public InetAddress getInetAddress() throws java.net.UnknownHostException { in getInetAddress() method in Host
|
/external/jmdns/src/javax/jmdns/ |
D | NetworkTopologyEvent.java | 43 public abstract InetAddress getInetAddress(); in getInetAddress() method in NetworkTopologyEvent
|
D | JmDNS.java | 161 public abstract InetAddress getInetAddress() throws IOException; in getInetAddress() method in JmDNS
|
D | ServiceInfo.java | 486 public abstract InetAddress getInetAddress(); in getInetAddress() method in ServiceInfo
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | TCPMessageProcessor.java | 99 super.setIpAddress(sock.getInetAddress()); in start() 220 TCPMessageChannel retval = new TCPMessageChannel(targetHostPort.getInetAddress(), in createMessageChannel()
|
D | TLSMessageChannel.java | 142 peerAddress = mySock.getInetAddress(); in TLSMessageChannel() 416 this.peerAddress = mySock.getInetAddress(); in processMessage() 438 String key = IOHandler.makeKey(mySock.getInetAddress(), this.peerPort); in processMessage()
|
D | TCPMessageChannel.java | 127 peerAddress = mySock.getInetAddress(); in TCPMessageChannel() 440 this.peerAddress = mySock.getInetAddress(); in processMessage() 468 String key = IOHandler.makeKey(mySock.getInetAddress(), remotePort); in processMessage()
|
D | UDPMessageProcessor.java | 311 return new UDPMessageChannel(targetHostPort.getInetAddress(), in createMessageChannel()
|
D | TLSMessageProcessor.java | 236 TLSMessageChannel retval = new TLSMessageChannel(targetHostPort.getInetAddress(), in createMessageChannel()
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
D | LocalAcceptThread.java | 82 …cn = cm.openDirectTCPIPChannel(host_to_connect, port_to_connect, s.getInetAddress().getHostAddress… in run()
|
/external/apache-http/src/org/apache/http/impl/ |
D | SocketHttpServerConnection.java | 138 return this.socket.getInetAddress(); in getRemoteAddress()
|
D | SocketHttpClientConnection.java | 140 return this.socket.getInetAddress(); in getRemoteAddress()
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/ |
D | SpdyServer.java | 65 (SSLSocket) sslSocketFactory.createSocket(socket, socket.getInetAddress().getHostAddress(), in doSsl()
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
D | MockWebServer.java | 280 raw, raw.getInetAddress().getHostAddress(), raw.getPort(), true); in serveConnection() 370 raw, raw.getInetAddress().getHostAddress(), raw.getPort(), true); in processHandshakeFailure()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | SocketTest.java | 82 host = socket.getInetAddress().getHostName(); in run() 664 assertTrue("Returned incorrect InetAdrees", client.getInetAddress() in test_getInetAddress() 1023 .getInetAddress(), server.getLocalPort()); in test_isBound() 1102 .getInetAddress(), server.getLocalPort()); in test_isConnected()
|
D | DatagramSocketTest.java | 144 assertEquals("Incorrect InetAddress", inetAddress, ds.getInetAddress()); in test_connectLjava_net_InetAddressI() 152 assertTrue("Incorrect InetAddress", ds.getInetAddress().equals(inetAddress)); in test_connectLjava_net_InetAddressI() 440 assertNull("Incorrect InetAddress", ds.getInetAddress()); in test_disconnect() 447 assertNull("Incorrect InetAddress", ds.getInetAddress()); in test_disconnect()
|
/external/javassist/src/main/javassist/tools/web/ |
D | Webserver.java | 191 logging(clnt.getInetAddress().getHostName(), in process()
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/mockspdyserver/ |
D | MockSpdyServer.java | 184 socket.getInetAddress().getHostAddress(), socket.getPort(), true); in doSsl()
|