Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6.cpp1280 bool newAddrIsPreferred = false; in SelectSourceAddress() local
1311 newAddrIsPreferred = true; in SelectSourceAddress()
1316 newAddrIsPreferred = (addr.GetScope() >= overrideScope); in SelectSourceAddress()
1320 newAddrIsPreferred = (bestAddr->GetScope() < overrideScope); in SelectSourceAddress()
1325 newAddrIsPreferred = addr.mPreferred; in SelectSourceAddress()
1333 newAddrIsPreferred = true; in SelectSourceAddress()
1338 newAddrIsPreferred = true; in SelectSourceAddress()
1341 if (newAddrIsPreferred) in SelectSourceAddress()