Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dmle_types.hpp148 kCommandChildUpdateResponse = 14, ///< Child Update Response command enumerator
Dmle.cpp2075 …VerifyOrExit((message = NewMleMessage(kCommandChildUpdateResponse)) != nullptr, error = kErrorNoBu… in SendChildUpdateResponse()
2545 case kCommandChildUpdateResponse: in HandleUdpReceive()
Dmle_router.cpp3078 …VerifyOrExit((message = NewMleMessage(kCommandChildUpdateResponse)) != nullptr, error = kErrorNoBu… in SendChildUpdateResponseToChild()