Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_types.hpp146 kCommandChildUpdateResponse = 14, ///< Child Update Response command enumerator
Dmle.cpp2068 …VerifyOrExit((message = NewMleMessage(kCommandChildUpdateResponse)) != nullptr, error = kErrorNoBu… in SendChildUpdateResponse()
2538 case kCommandChildUpdateResponse: in HandleUdpReceive()
Dmle_router.cpp3057 …VerifyOrExit((message = NewMleMessage(kCommandChildUpdateResponse)) != nullptr, error = kErrorNoBu… in SendChildUpdateResponseToChild()