Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp1076kAuthoritativeMessage, // Authoritative message (larger received key seq MUST be adopted). enumerator
Dmle_router.cpp1066 aRxInfo.mClass = RxInfo::kAuthoritativeMessage; in HandleLinkAcceptVariant()
2207 aRxInfo.mClass = RxInfo::kAuthoritativeMessage; in HandleChildIdRequest()
2588 aRxInfo.mClass = response.IsEmpty() ? RxInfo::kPeerMessage : RxInfo::kAuthoritativeMessage; in HandleChildUpdateResponseOnParent()
Dmle.cpp2654 case RxInfo::kAuthoritativeMessage: in ProcessKeySequence()
3129 aRxInfo.mClass = RxInfo::kAuthoritativeMessage; in HandleParentResponse()
3634 aRxInfo.mClass = response.IsEmpty() ? RxInfo::kPeerMessage : RxInfo::kAuthoritativeMessage; in HandleChildUpdateResponseOnChild()