Home
last modified time | relevance | path

Searched defs:FilterEntry (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/mac/
Dmac_filter.hpp229 struct FilterEntry struct in ot::Mac::Filter
231 …l mFiltered; // Indicates whether or not this entry is filtered (allowlist/denylist modes).
232 int8_t mRssIn; // The RssIn value for this entry or `kFixedRssDisabled`.
233 ExtAddress mExtAddress; // IEEE 802.15.4 Extended Address.
235 bool IsInUse(void) const { return mFiltered || (mRssIn != kFixedRssDisabled); } in IsInUse()
/external/rust/android-crates-io/crates/walkdir/src/
Dlib.rs1055 pub struct FilterEntry<I, P> { struct
1060 impl<P> Iterator for FilterEntry<IntoIter, P> argument
1089 impl<P> iter::FusedIterator for FilterEntry<IntoIter, P> where implementation
1094 impl<P> FilterEntry<IntoIter, P> implementation