Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_frame.cpp130 …if ((mAddrs.mSource.IsNone() && mPanIds.IsDestinationPresent()) || /… in PrepareHeadersIn()
131 …(!mAddrs.mSource.IsNone() && !mPanIds.IsDestinationPresent() && !mPanIds.IsSourcePresent())) // Ro… in PrepareHeadersIn()
143 if (!mPanIds.IsDestinationPresent()) // Row 4. in PrepareHeadersIn()
157 if (mPanIds.IsDestinationPresent()) // Row 7. in PrepareHeadersIn()
Dmac_types.hpp439 bool IsDestinationPresent(void) const { return mIsDestinationPresent; } in IsDestinationPresent() function in ot::Mac::PanIds
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp305 VerifyOrQuit(!frameInfo.mPanIds.IsDestinationPresent()); in TestMacHeader()
390 VerifyOrQuit(frameInfo.mPanIds.IsDestinationPresent()); in TestMacHeader()