Searched refs:kCommandChildIdResponse (Results 1 – 3 of 3) sorted by relevance
144 kCommandChildIdResponse = 12, ///< Child ID Response command enumerator
2413 neighbor = (command == kCommandChildIdResponse) ? mNeighborTable.FindParent(extAddr) in HandleUdpReceive()2526 case kCommandChildIdResponse: in HandleUdpReceive()
2894 … VerifyOrExit((message = NewMleMessage(kCommandChildIdResponse)) != nullptr, error = kErrorNoBufs); in SendChildIdResponse()