Home
last modified time | relevance | path

Searched refs:HandleAdvertisement (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/thread/
Dmle_router.hpp610 …Error HandleAdvertisement(RxInfo &aRxInfo, uint16_t aSourceAddress, const LeaderData &aLeaderData);
Dmle.hpp1315 void HandleAdvertisement(RxInfo &aRxInfo);
Dmle.cpp2551 HandleAdvertisement(rxInfo); in HandleUdpReceive()
2772 void Mle::HandleAdvertisement(RxInfo &aRxInfo) in HandleAdvertisement() function in ot::Mle::Mle
2790 … SuccessOrExit(error = Get<MleRouter>().HandleAdvertisement(aRxInfo, sourceAddress, leaderData)); in HandleAdvertisement()
Dmle_router.cpp1178 Error MleRouter::HandleAdvertisement(RxInfo &aRxInfo, uint16_t aSourceAddress, const LeaderData &aL… in HandleAdvertisement() function in ot::Mle::MleRouter