Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/thread/
Dmle.hpp1824 enum ParentRequestType : uint8_t enum in ot::Mle::Mle
2016 void SendParentRequest(ParentRequestType aType);
2030 Error DetermineParentRequestType(ParentRequestType &aType) const;
Dmle.cpp1336 Error Mle::DetermineParentRequestType(ParentRequestType &aType) const in DetermineParentRequestType()
1392 ParentRequestType parentReqType; in HasAcceptableParentCandidate()
1442 ParentRequestType type; in HandleAttachTimer()
1721 void Mle::SendParentRequest(ParentRequestType aType) in SendParentRequest()