Searched refs:FindPrefix (Results 1 – 5 of 5) sorted by relevance
/openthread-2.7.6/src/core/thread/ |
D | network_data.hpp | 357 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,
|
D | network_data.cpp | 544 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
|
D | network_data_local.cpp | 145 VerifyOrExit((tlv = FindPrefix(aPrefix)) != nullptr, error = kErrorNotFound); in RemovePrefix()
|
D | network_data_publisher.cpp | 999 prefixTlv = Get<Leader>().FindPrefix(mPrefix); in CountOnMeshPrefixEntries() 1046 prefixTlv = Get<Leader>().FindPrefix(mPrefix); in CountExternalRouteEntries()
|
D | network_data_leader_ftd.cpp | 420 … VerifyOrExit(FindPrefix(prefix->GetPrefix(), prefix->GetPrefixLength(), aTlvs, offset) == nullptr, in Validate() 744 PrefixTlv *dstPrefix = FindPrefix(aPrefix.GetPrefix(), aPrefix.GetPrefixLength()); in AddPrefix() 1065 … FindPrefix(prefix->GetPrefix(), prefix->GetPrefixLength(), aExcludeTlvs, aExcludeTlvsLength); in RemoveRloc()
|