Home
last modified time | relevance | path

Searched refs:FindPrefixTlvForContextId (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_leader.cpp193 const PrefixTlv *Leader::FindPrefixTlvForContextId(uint8_t aContextId, const ContextTlv *&aContextT… in FindPrefixTlvForContextId() function in ot::NetworkData::Leader
225 prefixTlv = FindPrefixTlvForContextId(aContextId, contextTlv); in GetContext()
Dnetwork_data_leader.hpp434 …const PrefixTlv *FindPrefixTlvForContextId(uint8_t aContextId, const ContextTlv *&aContextTlv) con…
Dnetwork_data_leader_ftd.cpp204 prefixTlv = FindPrefixTlvForContextId(aContextId, contextTlv); in LookupRouteForAgentAloc()