Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_types.hpp144 kCommandChildIdResponse = 12, ///< Child ID Response command enumerator
Dmle.cpp2413 neighbor = (command == kCommandChildIdResponse) ? mNeighborTable.FindParent(extAddr) in HandleUdpReceive()
2526 case kCommandChildIdResponse: in HandleUdpReceive()
Dmle_router.cpp2894 … VerifyOrExit((message = NewMleMessage(kCommandChildIdResponse)) != nullptr, error = kErrorNoBufs); in SendChildIdResponse()