Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/net/
Dip6.cpp1311 uint8_t overrideScope; in SelectSourceAddress() local
1324 overrideScope = addr.GetScope(); in SelectSourceAddress()
1328 overrideScope = destScope; in SelectSourceAddress()
1345 newAddrIsPreferred = (addr.GetScope() >= overrideScope); in SelectSourceAddress()
1349 newAddrIsPreferred = (bestAddr->GetScope() < overrideScope); in SelectSourceAddress()