Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_mpl.cpp161 uint8_t maxCount = 0; in UpdateSeedSet() local
191 if (maxCount < curCount) in UpdateSeedSet()
195 maxCount = curCount; in UpdateSeedSet()
234 if (maxCount < curCount) in UpdateSeedSet()
238 maxCount = curCount; in UpdateSeedSet()
242 VerifyOrExit(maxCount > 1, error = kErrorDrop); in UpdateSeedSet()