Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_data_types.cpp139 aPrefixTlv.CopyPrefixTo(GetPrefix()); in SetFrom()
205 aPrefixTlv.CopyPrefixTo(GetPrefix()); in SetFrom()
261 aPrefixTlv.CopyPrefixTo(GetPrefix()); in SetFrom()
Dnetwork_data_leader.cpp183 prefixTlv->CopyPrefixTo(aContext.mPrefix); in GetContext()
228 prefixTlv->CopyPrefixTo(aContext.mPrefix); in GetContext()
Dnetwork_data_tlvs.hpp655 void CopyPrefixTo(Ip6::Prefix &aPrefix) const { aPrefix.Set(GetPrefix(), GetPrefixLength()); } in CopyPrefixTo() function in ot::NetworkData::PrefixTlv