Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dindirect_sender.hpp116 bool IsIndirectSourceMatchPending(void) const { return mSourceMatchPending; } in IsIndirectSourceMatchPending()
117 void SetIndirectSourceMatchPending(bool aPending) { mSourceMatchPending = aPending; } in SetIndirectSourceMatchPending()
134 …bool mSourceMatchPending : 1; // Indicates whether or not pending to add to src match tab… member in ot::IndirectSender::NeighborInfo