Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/mac/
Dmac_frame.cpp160 …if ((aAddrs.mSource.IsNone() && aPanIds.IsDestinationPresent()) || /… in InitMacHeader()
161 …(!aAddrs.mSource.IsNone() && !aPanIds.IsDestinationPresent() && !aPanIds.IsSourcePresent())) // Ro… in InitMacHeader()
173 if (!aPanIds.IsDestinationPresent()) // Row 4. in InitMacHeader()
187 if (aPanIds.IsDestinationPresent()) // Row 7. in InitMacHeader()
Dmac_types.hpp461 bool IsDestinationPresent(void) const { return mIsDestinationPresent; } in IsDestinationPresent() function in ot::Mac::PanIds
/openthread-3.5.0/tests/unit/
Dtest_mac_frame.cpp302 VerifyOrQuit(!panIds.IsDestinationPresent()); in TestMacHeader()
382 VerifyOrQuit(panIds.IsDestinationPresent()); in TestMacHeader()