Lines Matching refs:numAddresses

106     uint8_t      numAddresses;  in TestChildIp6Address()  local
127 numAddresses = 0; in TestChildIp6Address()
130 addresses[numAddresses] = sInstance->Get<Mle::MleRouter>().GetMeshLocalEid(); in TestChildIp6Address()
131 addresses[numAddresses].SetIid(meshLocalIid); in TestChildIp6Address()
133 numAddresses++; in TestChildIp6Address()
137 … VerifyOrQuit(numAddresses < kMaxChildIp6Addresses, "Too many IPv6 addresses in the unit test"); in TestChildIp6Address()
138 SuccessOrQuit(addresses[numAddresses++].FromString(ip6Address)); in TestChildIp6Address()
152 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address()
166 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address()
177 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address()
181 VerifyChildIp6Addresses(child, numAddresses, addresses); in TestChildIp6Address()
189 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address()
192 VerifyChildIp6Addresses(child, numAddresses - 1 - index, &addresses[index + 1]); in TestChildIp6Address()
204 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address()
209 for (uint8_t index = numAddresses - 1; index > 0; index--) in TestChildIp6Address()
223 for (uint8_t indexToRemove = 1; indexToRemove < numAddresses - 1; indexToRemove++) in TestChildIp6Address()
227 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address()
241 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address()