Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_types.hpp424 bool IsSourcePresent(void) const { return mIsSourcePresent; } in IsSourcePresent()
472 bool mIsSourcePresent; member in ot::Mac::PanIds
Dmac_types.cpp147 mIsSourcePresent = true; in SetSource()