Home
last modified time | relevance | path

Searched refs:IsShort (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp276 if (aAddress.IsShort()) in Matches()
307 if (aAddress.IsShort()) in HasFramePendingFor()
/openthread-latest/src/core/utils/
Dotns.cpp137 if (dst.IsShort()) in EmitTransmit()
Dhistory_tracker.cpp120 entry->mNeighborRloc16 = aMacAddress.IsShort() ? aMacAddress.GetShort() : kInvalidRloc16; in RecordMessage()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp136 VerifyOrQuit(addr.IsShort(), "Address::SetShort() failed"); in TestMacAddress()
142 VerifyOrQuit(!addr.IsShort(), "Address::SetExtended() failed"); in TestMacAddress()
148 VerifyOrQuit(!addr.IsShort(), "Address::SetExtended() failed"); in TestMacAddress()
156 VerifyOrQuit(!addr.IsShort(), "Address::SetNone() failed"); in TestMacAddress()
/openthread-latest/src/core/thread/
Dmesh_forwarder_ftd.cpp471 VerifyOrExit(aMacAddrs.mSource.IsShort() && aMacAddrs.mDestination.IsShort()); in SendIcmpErrorIfDstUnreach()
673 VerifyOrExit(!aRxInfo.GetDstAddr().IsBroadcast() && aRxInfo.GetSrcAddr().IsShort()); in UpdateRoutes()
Dneighbor.hpp150 … aMacAddress.IsShort() ? aMacAddress.GetShort() : Mac::kShortAddrInvalid, in AddressMatcher()
/openthread-latest/src/core/mac/
Ddata_poll_handler.cpp112 if ((indirectMsgCount > 0) && macSource.IsShort()) in HandleDataPoll()
Dmac_types.hpp273 bool IsShort(void) const { return (mType == kTypeShort); } in IsShort() function in ot::Mac::Address
/openthread-latest/src/core/radio/
Dtrel_link.cpp143 if (destAddr.IsShort()) in BeginTransmit()