Home
last modified time | relevance | path

Searched refs:CopyPrefixTo (Results 1 – 3 of 3) sorted by relevance

/openthread-3.4.0/src/core/thread/
Dnetwork_data_types.cpp140 aPrefixTlv.CopyPrefixTo(GetPrefix()); in SetFrom()
201 aPrefixTlv.CopyPrefixTo(GetPrefix()); in SetFrom()
256 aPrefixTlv.CopyPrefixTo(GetPrefix()); in SetFrom()
Dnetwork_data_leader.cpp161 prefixTlv->CopyPrefixTo(aContext.mPrefix); in GetContext()
192 prefixTlv->CopyPrefixTo(aContext.mPrefix); in GetContext()
Dnetwork_data_tlvs.hpp707 void CopyPrefixTo(Ip6::Prefix &aPrefix) const { aPrefix.Set(GetPrefix(), GetPrefixLength()); } in CopyPrefixTo() function in ot::NetworkData::PrefixTlv