Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_types.hpp424 bool IsSourcePresent(void) const { return mIsSourcePresent; } in IsSourcePresent() function in ot::Mac::PanIds
Dmac_frame.cpp131 …Addrs.mSource.IsNone() && !mPanIds.IsDestinationPresent() && !mPanIds.IsSourcePresent())) // Row 6. in PrepareHeadersIn()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp304 VerifyOrQuit(!frameInfo.mPanIds.IsSourcePresent()); in TestMacHeader()
397 VerifyOrQuit(frameInfo.mPanIds.IsSourcePresent()); in TestMacHeader()