Home
last modified time | relevance | path

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

/openthread-latest/src/core/border_router/
Drouting_manager.cpp3603 bool shouldPublish; in Evaluate() local
3627 shouldPublish = in Evaluate()
3631 if (mPublishedPrefix.IsValidNat64() && (!shouldPublish || (prefix != mPublishedPrefix))) in Evaluate()
3637 if (shouldPublish && ((prefix != mPublishedPrefix) || (preference != mPublishedPreference))) in Evaluate()