Searched refs:mSourceMatchPending (Results 1 – 1 of 1) sorted by relevance
116 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