/external/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/ |
D | Server.java | 116 public com.google.protobuf.ByteString getIpAddress() { in getIpAddress() method in Server 263 result = result && getIpAddress() in equals() 264 .equals(other.getIpAddress()); in equals() 283 hash = (53 * hash) + getIpAddress().hashCode(); in hashCode() 500 if (other.getIpAddress() != com.google.protobuf.ByteString.EMPTY) { in mergeFrom() 501 setIpAddress(other.getIpAddress()); in mergeFrom() 549 public com.google.protobuf.ByteString getIpAddress() { in getIpAddress() method in Server.Builder 579 ipAddress_ = getDefaultInstance().getIpAddress(); in clearIpAddress()
|
D | ServerOrBuilder.java | 18 com.google.protobuf.ByteString getIpAddress(); in getIpAddress() method
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | TCPMessageProcessor.java | 95 this.sock = sipStack.getNetworkLayer().createServerSocket(getPort(), 0, getIpAddress()); in start() 96 if (getIpAddress().getHostAddress().equals(IN_ADDR_ANY) in start() 97 || getIpAddress().getHostAddress().equals(IN6_ADDR_ANY)) { in start()
|
D | TCPMessageChannel.java | 128 myAddress = msgProcessor.getIpAddress().getHostAddress(); in TCPMessageChannel() 166 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in TCPMessageChannel() 252 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(), in sendMessage() 310 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(), in sendMessage() 492 this.getMessageProcessor().getIpAddress().getHostAddress() + ":" in processMessage()
|
D | TLSMessageChannel.java | 143 myAddress = msgProcessor.getIpAddress().getHostAddress(); in TLSMessageChannel() 181 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in TLSMessageChannel() 256 this.getMessageProcessor().getIpAddress(), this.peerAddress, this.peerPort, in sendMessage() 308 Socket sock = this.sipStack.ioHandler.sendBytes(this.messageProcessor.getIpAddress(), in sendMessage() 460 this.messageProcessor.getIpAddress().getHostAddress() + ":" in processMessage()
|
D | UDPMessageChannel.java | 179 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in UDPMessageChannel() 206 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in UDPMessageChannel() 232 this.myAddress = messageProcessor.getIpAddress().getHostAddress(); in UDPMessageChannel() 633 if (messageProcessor.getIpAddress().equals(this.peerAddress) in sendMessage() 794 this.messageProcessor.getIpAddress(), peerAddress, in sendMessage() 827 return messageProcessor.getIpAddress().getHostAddress(); in getHost()
|
D | MessageProcessor.java | 172 host.setHostname(this.getIpAddress().getHostAddress()); in getViaHeader() 219 public InetAddress getIpAddress() { in getIpAddress() method in MessageProcessor
|
D | MessageChannel.java | 177 return this.getMessageProcessor().getIpAddress().getHostAddress(); in getHost() 206 if (messageProcessor.getIpAddress().equals(hopAddr) in sendMessage()
|
D | TLSMessageProcessor.java | 107 this.getIpAddress()); in start()
|
D | SIPTransactionStack.java | 2026 && sourceIpAddress.equals(nextProcessor.getIpAddress().getHostAddress()) in createRawMessageChannel()
|
/external/nist-sip/java/gov/nist/core/ |
D | Host.java | 168 public String getIpAddress() { in getIpAddress() method in Host
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowWifiInfoTest.java | 40 assertThat(wifiInfo.getIpAddress()).isEqualTo(expectedIpAddress); in shouldReturnIpAddress()
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | ListeningPointImpl.java | 193 return this.messageProcessor.getIpAddress().getHostAddress(); in getIPAddress()
|
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/ |
D | Address.java | 134 com.google.protobuf.ByteString getIpAddress(); in getIpAddress() method 237 public com.google.protobuf.ByteString getIpAddress() { in getIpAddress() method in Address.TcpIpAddress 304 result = result && getIpAddress() in equals() 305 .equals(other.getIpAddress()); in equals() 320 hash = (53 * hash) + getIpAddress().hashCode(); in hashCode() 521 if (other.getIpAddress() != com.google.protobuf.ByteString.EMPTY) { in mergeFrom() 522 setIpAddress(other.getIpAddress()); in mergeFrom() 563 public com.google.protobuf.ByteString getIpAddress() { in getIpAddress() method in Address.TcpIpAddress.Builder 593 ipAddress_ = getDefaultInstance().getIpAddress(); in clearIpAddress()
|
/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/ |
D | GrpclbState.java | 587 InetAddress.getByAddress(server.getIpAddress().toByteArray()), server.getPort()); in handleResponse()
|
/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/ |
D | Handshaker.java | 267 java.lang.String getIpAddress(); in getIpAddress() method 405 public java.lang.String getIpAddress() { in getIpAddress() method in Handshaker.Endpoint 532 result = result && getIpAddress() in equals() 533 .equals(other.getIpAddress()); in equals() 549 hash = (53 * hash) + getIpAddress().hashCode(); in hashCode() 755 if (!other.getIpAddress().isEmpty()) { in mergeFrom() 801 public java.lang.String getIpAddress() { in getIpAddress() method in Handshaker.Endpoint.Builder 862 ipAddress_ = getDefaultInstance().getIpAddress(); in clearIpAddress()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonBuilder.java | 703 result.put("ip_address", data.getIpAddress()); in buildJsonWifiInfo()
|