Searched refs:kShortAddrInvalid (Results 1 – 16 of 16) sorted by relevance
/openthread-latest/src/core/thread/ |
D | neighbor.hpp | 138 : AddressMatcher(aStateFilter, Mac::kShortAddrInvalid, &aExtAddress) in AddressMatcher() 150 … aMacAddress.IsShort() ? aMacAddress.GetShort() : Mac::kShortAddrInvalid, in AddressMatcher() 161 : AddressMatcher(aStateFilter, Mac::kShortAddrInvalid, nullptr) in AddressMatcher()
|
D | neighbor.cpp | 69 if (mShortAddress != Mac::kShortAddrInvalid) in Matches()
|
D | neighbor_table.cpp | 101 …fyOrExit((aShortAddress != Mac::kShortAddrBroadcast) && (aShortAddress != Mac::kShortAddrInvalid)); in FindNeighbor()
|
D | mle_types.hpp | 85 constexpr uint16_t kInvalidRloc16 = Mac::kShortAddrInvalid; ///< Invalid RLOC16.
|
D | mle_router.cpp | 94 VerifyOrExit(aRloc16 != Mac::kShortAddrInvalid); in SetAlternateRloc16() 107 VerifyOrExit(Get<Mac::Mac>().GetAlternateShortAddress() != Mac::kShortAddrInvalid); in ClearAlternateRloc16() 110 Get<Mac::Mac>().SetAlternateShortAddress(Mac::kShortAddrInvalid); in ClearAlternateRloc16()
|
/openthread-latest/src/core/mac/ |
D | mac_links.cpp | 129 , mShortAddress(kShortAddrInvalid) in Links() 130 , mAlternateShortAddress(kShortAddrInvalid) in Links()
|
D | mac_types.hpp | 74 constexpr ShortAddress kShortAddrInvalid = OT_RADIO_INVALID_SHORT_ADDR; ///< Invalid Short Addr… variable 369 …ortAddrInvalid(void) const { return ((mType == kTypeShort) && (GetShort() == kShortAddrInvalid)); } in IsShortAddrInvalid()
|
D | sub_mac.cpp | 74 mShortAddress = kShortAddrInvalid; in Init() 75 mAlternateShortAddress = kShortAddrInvalid; in Init()
|
D | data_poll_sender.cpp | 138 if ((Get<Mac::Mac>().GetShortAddress() == Mac::kShortAddrInvalid) || in GetPollDestinationAddress()
|
D | mac.cpp | 122 SetAlternateShortAddress(kShortAddrInvalid); in Mac() 1831 …if ((GetAlternateShortAddress() != kShortAddrInvalid) && (aDestAddress == GetAlternateShortAddress… in FilterDestShortAddress()
|
/openthread-latest/src/cli/ |
D | cli_history.hpp | 80 static constexpr uint16_t kShortAddrInvalid = 0xfffe; member in ot::Cli::History
|
D | cli_history.cpp | 1231 else if (aInfo.mNeighborRloc16 == kShortAddrInvalid) in OutputRxTxEntryTableFormat()
|
/openthread-latest/examples/platforms/utils/ |
D | mac_frame.cpp | 45 …return otMacFrameDoesAddrMatchAny(aFrame, aPanId, aShortAddress, Mac::kShortAddrInvalid, aExtAddre… in otMacFrameDoesAddrMatch() 65 … (aAltShortAddress != Mac::kShortAddrInvalid && dst.GetShort() == aAltShortAddress), in otMacFrameDoesAddrMatchAny()
|
/openthread-latest/src/core/radio/ |
D | radio.cpp | 67 SetShortAddress(Mac::kShortAddrInvalid); in Init()
|
D | radio_platform.cpp | 288 return otPlatRadioEnableCsl(aInstance, 0, Mac::kShortAddrInvalid, nullptr); in otPlatRadioResetCsl()
|
/openthread-latest/tests/unit/ |
D | test_mac_frame.cpp | 174 addr.SetShort(Mac::kShortAddrInvalid); in TestMacAddress()
|