Home
last modified time | relevance | path

Searched refs:FindPrefix (Results 1 – 5 of 5) sorted by relevance

/openthread-2.7.6/src/core/thread/
Dnetwork_data.hpp357 PrefixTlv *FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) in FindPrefix() function in ot::NetworkData::NetworkData
359 …return const_cast<PrefixTlv *>(const_cast<const NetworkData *>(this)->FindPrefix(aPrefix, aPrefixL… in FindPrefix()
371 const PrefixTlv *FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const;
381 …PrefixTlv *FindPrefix(const Ip6::Prefix &aPrefix) { return FindPrefix(aPrefix.GetBytes(), aPrefix.… in FindPrefix() function in ot::NetworkData::NetworkData
391 const PrefixTlv *FindPrefix(const Ip6::Prefix &aPrefix) const in FindPrefix() function in ot::NetworkData::NetworkData
393 return FindPrefix(aPrefix.GetBytes(), aPrefix.GetLength()); in FindPrefix()
407 …static PrefixTlv *FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength, uint8_t *aTlvs, uint8_… in FindPrefix() function in ot::NetworkData::NetworkData
410 FindPrefix(aPrefix, aPrefixLength, const_cast<const uint8_t *>(aTlvs), aTlvsLength)); in FindPrefix()
424 static const PrefixTlv *FindPrefix(const uint8_t *aPrefix,
Dnetwork_data.cpp544 const PrefixTlv *NetworkData::FindPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) const in FindPrefix() function in ot::NetworkData::NetworkData
546 return FindPrefix(aPrefix, aPrefixLength, mTlvs, mLength); in FindPrefix()
549 const PrefixTlv *NetworkData::FindPrefix(const uint8_t *aPrefix, in FindPrefix() function in ot::NetworkData::NetworkData
Dnetwork_data_local.cpp145 VerifyOrExit((tlv = FindPrefix(aPrefix)) != nullptr, error = kErrorNotFound); in RemovePrefix()
Dnetwork_data_publisher.cpp999 prefixTlv = Get<Leader>().FindPrefix(mPrefix); in CountOnMeshPrefixEntries()
1046 prefixTlv = Get<Leader>().FindPrefix(mPrefix); in CountExternalRouteEntries()
Dnetwork_data_leader_ftd.cpp420 … VerifyOrExit(FindPrefix(prefix->GetPrefix(), prefix->GetPrefixLength(), aTlvs, offset) == nullptr, in Validate()
744 PrefixTlv *dstPrefix = FindPrefix(aPrefix.GetPrefix(), aPrefix.GetPrefixLength()); in AddPrefix()
1065FindPrefix(prefix->GetPrefix(), prefix->GetPrefixLength(), aExcludeTlvs, aExcludeTlvsLength); in RemoveRloc()