Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_data_leader.hpp603 static Error ValidatePrefix(const PrefixTlv &aPrefix, uint16_t aRloc16);
Dnetwork_data_leader_ftd.cpp384 SuccessOrExit(error = ValidatePrefix(*prefix, aRloc16)); in Validate()
416 Error Leader::ValidatePrefix(const PrefixTlv &aPrefix, uint16_t aRloc16) in ValidatePrefix() function in ot::NetworkData::Leader