Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_router.hpp619 Error ReadAndProcessRouteTlvOnFtdChild(RxInfo &aRxInfo, uint8_t aParentId);
Dmle.cpp2769 …SuccessOrExit(error = Get<MleRouter>().ReadAndProcessRouteTlvOnFtdChild(aRxInfo, mParent.GetRouter… in HandleAdvertisement()
2815 …SuccessOrExit(error = Get<MleRouter>().ReadAndProcessRouteTlvOnFtdChild(aRxInfo, mParent.GetRouter… in HandleDataResponse()
3321 … Get<MleRouter>().ReadAndProcessRouteTlvOnFtdChild(aRxInfo, RouterIdFromRloc16(sourceAddress))); in HandleChildIdResponse()
Dmle_router.cpp1129 Error MleRouter::ReadAndProcessRouteTlvOnFtdChild(RxInfo &aRxInfo, uint8_t aParentId) in ReadAndProcessRouteTlvOnFtdChild() function in ot::Mle::MleRouter