Home
last modified time | relevance | path

Searched refs:ValidatePrefix (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/src/core/thread/
Dnetwork_data_leader_ftd.hpp311 static Error ValidatePrefix(const PrefixTlv &aPrefix, uint16_t aRloc16);
Dnetwork_data_leader_ftd.cpp406 SuccessOrExit(error = ValidatePrefix(*prefix, aRloc16)); in Validate()
438 Error Leader::ValidatePrefix(const PrefixTlv &aPrefix, uint16_t aRloc16) in ValidatePrefix() function in ot::NetworkData::Leader