Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6.cpp1282 uint8_t overrideScope; in SelectSourceAddress() local
1295 overrideScope = addr.GetScope(); in SelectSourceAddress()
1299 overrideScope = destScope; in SelectSourceAddress()
1316 newAddrIsPreferred = (addr.GetScope() >= overrideScope); in SelectSourceAddress()
1320 newAddrIsPreferred = (bestAddr->GetScope() < overrideScope); in SelectSourceAddress()