Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_types.hpp142 kCommandParentResponse = 10, ///< Parent Response command enumerator
Dmle_router.cpp1798 … VerifyOrExit((message = NewMleMessage(kCommandParentResponse)) != nullptr, error = kErrorNoBufs); in SendParentResponse()
Dmle.cpp2522 case kCommandParentResponse: in HandleUdpReceive()