Home
last modified time | relevance | path

Searched defs:GetAddress (Results 1 – 21 of 21) sorted by relevance

/external/openthread/src/core/net/
Dnetif.hpp153 const Address &GetAddress(void) const { return AsCoreType(&mAddress); } in GetAddress() function in ot::Ip6::Netif::UnicastAddress
161 Address &GetAddress(void) { return AsCoreType(&mAddress); } in GetAddress() function in ot::Ip6::Netif::UnicastAddress
238 const Address &GetAddress(void) const { return AsCoreType(&mAddress); } in GetAddress() function in ot::Ip6::Netif::MulticastAddress
246 Address &GetAddress(void) { return AsCoreType(&mAddress); } in GetAddress() function in ot::Ip6::Netif::MulticastAddress
Dsocket.hpp302 Address &GetAddress(void) { return AsCoreType(&mAddress); } in GetAddress() function in ot::Ip6::SockAddr
310 const Address &GetAddress(void) const { return AsCoreType(&mAddress); } in GetAddress() function in ot::Ip6::SockAddr
Ddhcp6.hpp501 Ip6::Address &GetAddress(void) { return mAddress; } in GetAddress() function in ot::Dhcp6::IaAddress
509 const Ip6::Address &GetAddress(void) const { return mAddress; } in GetAddress() function in ot::Dhcp6::IaAddress
Dsrp_client.hpp156 … const Ip6::Address &GetAddress(uint8_t aIndex) const { return AsCoreType(&mAddresses[aIndex]); } in GetAddress() function in ot::Srp::Client::HostInfo
Ddns_client.cpp313 Error Client::AddressResponse::GetAddress(uint16_t aIndex, Ip6::Address &aAddress, uint32_t &aTtl) … in GetAddress() function in ot::Dns::Client::AddressResponse
Ddns_types.hpp1530 const Ip4::Address &GetAddress(void) const { return mAddress; } in GetAddress() function in ot::Dns::ARecord
1771 const Ip6::Address &GetAddress(void) const { return mAddress; } in GetAddress() function in ot::Dns::AaaaRecord
/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/bonnet/
Dqbone_tunnel_info.cc9 QuicIpAddress QboneTunnelInfo::GetAddress() { in GetAddress() function in quic::QboneTunnelInfo
/external/openscreen/discovery/dnssd/impl/
Dnetwork_interface_config.cc30 const IPAddress& NetworkInterfaceConfig::GetAddress() const { in GetAddress() function in openscreen::discovery::NetworkInterfaceConfig
/external/llvm/include/llvm/ExecutionEngine/Orc/
DJITSymbol.h53 JITSymbol(GetAddressFtor GetAddress, JITSymbolFlags Flags) in JITSymbol()
/external/cronet/base/debug/
Dallocation_trace.cc27 const void* OperationRecord::GetAddress() const { in GetAddress() function in base::debug::tracer::OperationRecord
/external/openthread/src/core/backbone_router/
Dmulticast_listeners_table.hpp82 const Ip6::Address &GetAddress(void) const { return mAddress; } in GetAddress() function in ot::BackboneRouter::MulticastListenersTable::Listener
/external/openthread/src/core/thread/
Dnetwork_data_service.hpp300 const Ip6::Address &GetAddress(void) const { return mAddress; } in GetAddress() function in ot::NetworkData::Service::DnsSrpUnicast::ServiceData
351 const Ip6::Address &GetAddress(void) const { return mAddress; } in GetAddress() function in ot::NetworkData::Service::DnsSrpUnicast::ServerData
Dtopology.cpp267 const Ip6::Address *Child::AddressIterator::GetAddress(void) const in GetAddress() function in ot::Child::AddressIterator
Dnetwork_data_publisher.hpp371 const Ip6::Address &GetAddress(void) const { return mAddress; } in GetAddress() function in ot::NetworkData::Publisher::DnsSrpServiceEntry::Info
/external/webrtc/rtc_base/
Dssl_adapter_unittest.cc96 rtc::SocketAddress GetAddress() const { in GetAddress() function in SSLAdapterTestDummyClient
182 rtc::SocketAddress GetAddress() const { in GetAddress() function in SSLAdapterTestDummyServer
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h268 JITSymbol(GetAddressFtor GetAddress, JITSymbolFlags Flags) in JITSymbol()
/external/vixl/examples/aarch32/
Ddisasm-a32.cc75 Elf32_Addr GetAddress() const { return addr_; } in GetAddress() function in Symbol
/external/cronet/net/base/
Daddress_tracker_linux.cc53 bool GetAddress(const struct nlmsghdr* header, in GetAddress() function
/external/webrtc/api/transport/
Dstun.h416 const rtc::SocketAddress& GetAddress() const { return address_; } in GetAddress() function
Dstun.cc192 const StunAddressAttribute* StunMessage::GetAddress(int type) const { in GetAddress() function in cricket::StunMessage
/external/webrtc/p2p/base/
Dport_unittest.cc117 SocketAddress GetAddress(Port* port) { in GetAddress() function