Searched refs:SendAnnounce (Results 1 – 6 of 6) sorted by relevance
/openthread-3.7.0/src/core/thread/ |
D | announce_begin_server.cpp | 58 void AnnounceBeginServer::SendAnnounce(uint32_t aChannelMask, uint8_t aCount, uint16_t aPeriod) in SendAnnounce() function in ot::AnnounceBeginServer 63 AnnounceSenderBase::SendAnnounce(aCount); in SendAnnounce() 79 SendAnnounce(mask, count, period); in HandleTmf()
|
D | announce_sender.cpp | 65 void AnnounceSenderBase::SendAnnounce(uint8_t aCount) in SendAnnounce() function in ot::AnnounceSenderBase 128 Get<Mle::MleRouter>().SendAnnounce(mChannel); in HandleTimer() 186 SendAnnounce(1); in HandleTrickleTimer()
|
D | announce_begin_server.hpp | 70 …void SendAnnounce(uint32_t aChannelMask, uint8_t aCount = kDefaultCount, uint16_t aPeriod = kDefau…
|
D | announce_sender.hpp | 93 void SendAnnounce(uint8_t aCount);
|
D | mle.hpp | 184 void SendAnnounce(uint8_t aChannel) { SendAnnounce(aChannel, kNormalAnnounce); } in SendAnnounce() function in ot::Mle::Mle 1291 void SendAnnounce(uint8_t aChannel, AnnounceMode aMode); 1292 …void SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode = k…
|
D | mle.cpp | 777 Get<AnnounceBeginServer>().SendAnnounce(1 << mAlternateChannel); in InformPreviousChannel() 1486 SendAnnounce(mAnnounceChannel, kOrphanAnnounce); in HandleAttachTimer() 2202 void Mle::SendAnnounce(uint8_t aChannel, AnnounceMode aMode) in SendAnnounce() function in ot::Mle::Mle 2208 SendAnnounce(aChannel, destination, aMode); in SendAnnounce() 2211 void Mle::SendAnnounce(uint8_t aChannel, const Ip6::Address &aDestination, AnnounceMode aMode) in SendAnnounce() function in ot::Mle::Mle 3701 SendAnnounce(channel); in HandleAnnounce() 3704 SendAnnounce(channel, aRxInfo.mMessageInfo.GetPeerAddr()); in HandleAnnounce()
|