Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_data_leader.hpp550 static bool IsEntryForDhcp6Agent(const BorderRouterEntry &aEntry);
Dnetwork_data_leader_ftd.cpp116 error = LookupRouteForAgentAloc(contextId, IsEntryForDhcp6Agent, aRloc16); in AnycastLookup()
194 bool Leader::IsEntryForDhcp6Agent(const BorderRouterEntry &aEntry) { return aEntry.IsDhcp() || aEnt… in IsEntryForDhcp6Agent() function in ot::NetworkData::Leader