Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dsrc_match_controller.cpp121 aChild.SetIndirectSourceMatchPending(true); in AddEntry()
131 aChild.SetIndirectSourceMatchPending(false); in AddEntry()
166 aChild.SetIndirectSourceMatchPending(false); in ClearEntry()
205 child.SetIndirectSourceMatchPending(false); in AddPendingEntries()
Dindirect_sender.hpp117 void SetIndirectSourceMatchPending(bool aPending) { mSourceMatchPending = aPending; } in SetIndirectSourceMatchPending() function in ot::IndirectSender::NeighborInfo