Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dsrc_match_controller.cpp88 VerifyOrExit(aChild.IsIndirectSourceMatchShort() != aUseShortAddress); in SetSrcMatchAsShort()
142 if (aChild.IsIndirectSourceMatchShort()) in AddAddress()
170 if (aChild.IsIndirectSourceMatchShort()) in ClearEntry()
Dindirect_sender.hpp113 bool IsIndirectSourceMatchShort(void) const { return mUseShortAddress; } in IsIndirectSourceMatchShort() function in ot::IndirectSender::NeighborInfo
Dindirect_sender.cpp180 VerifyOrExit(aChild.IsIndirectSourceMatchShort() != aUseShortAddress); in SetChildUseShortAddress()