Home
last modified time | relevance | path

Searched refs:getHostAddress (Results 1 – 25 of 47) sorted by relevance

12

/external/nist-sip/java/gov/nist/javax/sip/stack/
DUDPMessageChannel.java179 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in UDPMessageChannel()
206 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in UDPMessageChannel()
232 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in UDPMessageChannel()
237 + targetAddr.getHostAddress() + "/" + port); in UDPMessageChannel()
329 + peerAddress.getHostAddress() + "/" in processIncomingDataPacket()
388 … if (pingBackRecord.get(packet.getAddress().getHostAddress() + ":" + packet.getPort()) == null ) { in processIncomingDataPacket()
392 … this.sipStack.getTimer().schedule(new PingBackTimerTask(packet.getAddress().getHostAddress(), in processIncomingDataPacket()
435 this.peerAddress.getHostAddress())) { in processIncomingDataPacket()
437 .getHostAddress()); in processIncomingDataPacket()
696 … this.sipStack.getStackLogger().logDebug("sendMessage " + peerAddress.getHostAddress() + "/" in sendMessage()
[all …]
DMessageProcessor.java131 this.savedIpAddress = ipAddress.getHostAddress(); in initialize()
135 this.sentByHostPort.setHost(new Host(ipAddress.getHostAddress())); in initialize()
172 host.setHostname(this.getIpAddress().getHostAddress()); in getViaHeader()
226 this.sentByHostPort.setHost( new Host(ipAddress.getHostAddress())); in setIpAddress()
DTCPMessageChannel.java128 myAddress = msgProcessor.getIpAddress().getHostAddress(); in TCPMessageChannel()
166 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in TCPMessageChannel()
223 return peerAddress.getHostAddress(); in getPeerAddress()
452 || !hop.getHost().equals(this.peerAddress.getHostAddress())) { in processMessage()
453 v.setParameter(Via.RECEIVED, this.peerAddress.getHostAddress()); in processMessage()
492 this.getMessageProcessor().getIpAddress().getHostAddress() + ":" in processMessage()
DTLSMessageChannel.java143 myAddress = msgProcessor.getIpAddress().getHostAddress(); in TLSMessageChannel()
181 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in TLSMessageChannel()
235 return peerAddress.getHostAddress(); in getPeerAddress()
424 || !hop.getHost().equals(this.peerAddress.getHostAddress())) { in processMessage()
425 v.setParameter(Via.RECEIVED, this.peerAddress.getHostAddress()); in processMessage()
460 this.messageProcessor.getIpAddress().getHostAddress() + ":" in processMessage()
DMessageChannel.java177 return this.getMessageProcessor().getIpAddress().getHostAddress(); in getHost()
262 rawIpSourceAddress = sourceInetAddress.getHostAddress(); in getRawIpSourceAddress()
273 return (transport + ":" + inetAddr.getHostAddress() + ":" + port).toLowerCase(); in getKey()
351 address.getHostAddress().toString() + ":" + port, true, time); in logMessage()
DUDPMessageProcessor.java120 if ( ipAddress.getHostAddress().equals(IN_ADDR_ANY) || in UDPMessageProcessor()
121 ipAddress.getHostAddress().equals(IN6_ADDR_ANY)){ in UDPMessageProcessor()
DTCPMessageProcessor.java96 if (getIpAddress().getHostAddress().equals(IN_ADDR_ANY) in start()
97 || getIpAddress().getHostAddress().equals(IN6_ADDR_ANY)) { in start()
DIOHandler.java76 return addr.getHostAddress() + ":" + port; in makeKey()
168 "sendBytes " + transport + " inAddr " + receiverAddress.getHostAddress()
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DSimpleServer.java220 return InetSocketAddress.createUnresolved(mServer.getInetAddress().getHostAddress(), in startLocal()
241 return InetSocketAddress.createUnresolved(mServer.getInetAddress().getHostAddress(), in startPublic()
259 return InetSocketAddress.createUnresolved(mServer.getInetAddress().getHostAddress(), in startAllInterfaces()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/
DChannelType.java81 wrapped, wrapped.getInetAddress().getHostAddress(), wrapped.getPort(), true)); in accept()
112 wrapped, wrapped.getInetAddress().getHostAddress(), wrapped.getPort(), true)); in accept()
/external/conscrypt/testing/src/main/java/org/conscrypt/
DChannelType.java79 wrapped, wrapped.getInetAddress().getHostAddress(), wrapped.getPort(), true)); in accept()
110 wrapped, wrapped.getInetAddress().getHostAddress(), wrapped.getPort(), true)); in accept()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DJDKStringLikeTypesTest.java153 assertEquals("127.0.0.1", address.getHostAddress()); in testInetAddress()
164 assertEquals("127.0.0.1", address.getAddress().getHostAddress()); in testInetSocketAddress()
168 assertEquals("2001:db8:85a3:8d3:1319:8a2e:370:7348", ip6.getAddress().getHostAddress()); in testInetSocketAddress()
172 assertEquals("2001:db8:85a3:8d3:1319:8a2e:370:7348", ip6port.getAddress().getHostAddress()); in testInetSocketAddress()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DTCPChannelClient.java285 Log.d(TAG, "Listening on [" + address.getHostAddress() + "]:" + Integer.toString(port)); in connect()
347 Log.d(TAG, "Connecting to [" + address.getHostAddress() + "]:" + Integer.toString(port)); in connect()
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DHandler.java84 protected InetAddress getHostAddress(URL url) { in getHostAddress() method in Handler
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/jdk/
DJDKTypeSerializationTest.java105 assertEquals(quote(input.getHostAddress()), json); in testInetAddress()
107 assertEquals(String.format("{\"value\":\"%s\"}", input.getHostAddress()), in testInetAddress()
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DInetAddressUtil.java36 return ip.getHostAddress(); in toAddrString()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DInetAddressSerializer.java72 str = value.getHostAddress(); in serialize()
/external/nist-sip/java/gov/nist/core/
DHost.java176 rawIpAddress = inetAddress.getHostAddress(); in getIpAddress()
/external/nist-sip/java/gov/nist/javax/sip/
DListeningPointImpl.java193 return this.messageProcessor.getIpAddress().getHostAddress(); in getIPAddress()
/external/apache-http/src/org/apache/http/impl/conn/
DProxySelectorRoutePlanner.java244 isa.getHostName() : isa.getAddress().getHostAddress(); in getHost()
DDefaultClientConnectionOperator.java150 addresses[i].getHostAddress(), in openConnection()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRouteSelector.java200 return address.getHostAddress(); in getHostString()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DRouteSelector.java203 return address.getHostAddress(); in getHostString()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DSocketTransportWrapper.java101 iAddress.isLoopbackAddress() ? iAddress.getHostAddress() : iAddress.getHostName(); in startListening()
/external/mockwebserver/src/main/java/com/google/mockwebserver/
DMockWebServer.java314 raw, raw.getInetAddress().getHostAddress(), raw.getPort(), true); in serveConnection()
411 raw, raw.getInetAddress().getHostAddress(), raw.getPort(), true); in processHandshakeFailure()

12