Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/backbone_router/
Dmulticast_listeners_table.hpp105 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::BackboneRouter::MulticastListenersTable::Listener
/openthread-3.6.0/src/core/net/
Dsocket.hpp318 void SetAddress(const Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::Ip6::SockAddr
Ddhcp6.hpp525 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::Dhcp6::IaAddress
Ddns_types.hpp1634 void SetAddress(const Ip4::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::Dns::ARecord
1908 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::Dns::AaaaRecord
/openthread-3.6.0/src/core/thread/
Dnetwork_data_publisher.hpp417 void SetAddress(const Ip6::Address &aAddress) { mAddress = aAddress; } in SetAddress() function in ot::NetworkData::Publisher::DnsSrpServiceEntry::Info