Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_child.cpp223 for (uint8_t indexToRemove = 1; indexToRemove < numAddresses - 1; indexToRemove++) in TestChildIp6Address() local
232 SuccessOrQuit(child.RemoveIp6Address(addresses[indexToRemove])); in TestChildIp6Address()
234 VerifyOrQuit(child.RemoveIp6Address(addresses[indexToRemove]) == kErrorNotFound, in TestChildIp6Address()
243 if (index != indexToRemove) in TestChildIp6Address()