Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/openthread/src/core/net/
H A Dnetif.hpp152 const Address &GetAddress(void) const { return AsCoreType(&mAddress); } in GetAddress() function in ot::Ip6::Netif::UnicastAddress
160 Address &GetAddress(void) { return AsCoreType(&mAddress); } in GetAddress() function in ot::Ip6::Netif::UnicastAddress
253 const Address &GetAddress(void) const { return AsCoreType(&mAddress); } in GetAddress() function in ot::Ip6::Netif::MulticastAddress
261 Address &GetAddress(void) { return AsCoreType(&mAddress); } in GetAddress() function in ot::Ip6::Netif::MulticastAddress
H A Dsocket.hpp278 Address &GetAddress(void) { return AsCoreType(&mAddress); } in GetAddress() function in ot::Ip6::SockAddr
286 const Address &GetAddress(void) const { return AsCoreType(&mAddress); } in GetAddress() function in ot::Ip6::SockAddr
H A Ddhcp6.hpp509 Ip6::Address &GetAddress(void) { return mAddress; } in GetAddress() function in ot::Dhcp6::IaAddress
517 const Ip6::Address &GetAddress(void) const { return mAddress; } in GetAddress() function in ot::Dhcp6::IaAddress
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dmod.rs44 pub struct GetAddress { struct
45 raw: [u8; 4096],
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dmod.rs44 pub struct GetAddress { struct
45 raw: [u8; 4096],
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dmod.rs44 pub struct GetAddress { struct
45 raw: [u8; 4096],
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dmod.rs44 pub struct GetAddress { struct
45 raw: [u8; 4096],
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dmod.rs44 pub struct GetAddress { struct
45 raw: [u8; 4096],
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_service.hpp359 const Ip6::Address &GetAddress(void) const { return mAddress; } in GetAddress() function
378 const Ip6::Address &GetAddress(void) const { return mAddress; } in GetAddress() function in ot::NetworkData::Service::Manager::DnsSrpUnicast::ServerData
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.h41 virtual Address GetAddress() const { return address_; } in GetAddress() function
/aosp_15_r20/external/webrtc/rtc_base/
H A Dssl_adapter_unittest.cc96 rtc::SocketAddress GetAddress() const { in GetAddress() function in SSLAdapterTestDummyClient
182 rtc::SocketAddress GetAddress() const { in GetAddress() function in SSLAdapterTestDummyServer
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/bonnet/
H A Dqbone_tunnel_info.cc9 QuicIpAddress QboneTunnelInfo::GetAddress() { in GetAddress() function in quic::QboneTunnelInfo
/aosp_15_r20/external/openscreen/discovery/dnssd/impl/
H A Dnetwork_interface_config.cc30 const IPAddress& NetworkInterfaceConfig::GetAddress() const { in GetAddress() function in openscreen::discovery::NetworkInterfaceConfig
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Ddevice.h53 const Address& GetAddress() const { return address_; } in GetAddress() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dclassic_device.cc36 hci::Address ClassicDevice::GetAddress() const { in GetAddress() function in bluetooth::storage::ClassicDevice
Ddevice.cc111 hci::Address Device::GetAddress() const { in GetAddress() function in bluetooth::storage::Device
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITSymbol.h53 JITSymbol(GetAddressFtor GetAddress, JITSymbolFlags Flags) in JITSymbol()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/include/hci/
Daddress_with_type.h44 inline Address GetAddress() const { return address_; } in GetAddress() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Daddress_with_type.h43 inline Address GetAddress() const { return address_; } in GetAddress() function
/aosp_15_r20/external/executorch/backends/mediatek/runtime/include/
H A DNeuronBufferAllocator.h59 void* GetAddress() const { in GetAddress() function
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dphy_device.cc38 bluetooth::hci::Address PhyDevice::GetAddress() const { return device_->GetAddress(); } in GetAddress() function in rootcanal::PhyDevice
/aosp_15_r20/external/cronet/base/debug/
H A Dallocation_trace.cc27 const void* OperationRecord::GetAddress() const { in GetAddress() function in base::debug::tracer::OperationRecord
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection.h46 AddressWithType GetAddress() const { return address_; } in GetAddress() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dadvertising_handle_map.cc51 std::optional<DeviceAddress> AdvertisingHandleMap::GetAddress( in GetAddress() function in bt::hci::AdvertisingHandleMap
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcomutil.h235 inline BSTR *_bstr_t::GetAddress() { in GetAddress() function
1173 inline VARIANT *_variant_t::GetAddress() { in GetAddress() function

123