Home
last modified time | relevance | path

Searched defs:SetAddress (Results 1 – 5 of 5) sorted by relevance

/openthread-2.7.6/src/core/backbone_router/
Dmulticast_listeners_table.hpp93 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::BackboneRouter::MulticastListenersTable::Listener
/openthread-2.7.6/src/core/net/
Dsocket.hpp317 void SetAddress(const Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::Ip6::SockAddr
Ddhcp6.hpp515 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::Dhcp6::IaAddress
Ddns_types.hpp1486 void SetAddress(const Ip4::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::Dns::ARecord
1726 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::Dns::AaaaRecord
/openthread-2.7.6/src/core/thread/
Dnetwork_data_publisher.hpp353 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::NetworkData::Publisher::DnsSrpServiceEntry::Info