Home
last modified time | relevance | path

Searched refs:ParentRequestType (Results 1 – 2 of 2) sorted by relevance

/openthread-3.5.0/src/core/thread/
Dmle.hpp868 enum ParentRequestType : uint8_t enum in ot::Mle::Mle
1241 void SendParentRequest(ParentRequestType aType);
1250 Error DetermineParentRequestType(ParentRequestType &aType) const;
Dmle.cpp1348 Error Mle::DetermineParentRequestType(ParentRequestType &aType) const in DetermineParentRequestType()
1404 ParentRequestType parentReqType; in HasAcceptableParentCandidate()
1454 ParentRequestType type; in HandleAttachTimer()
1728 void Mle::SendParentRequest(ParentRequestType aType) in SendParentRequest()