Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_types.hpp439 bool IsDestinationPresent(void) const { return mIsDestinationPresent; } in IsDestinationPresent()
473 bool mIsDestinationPresent; member in ot::Mac::PanIds
Dmac_types.cpp153 mIsDestinationPresent = true; in SetDestination()