Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.cpp3661 int timestampCompare; in HandleAnnounce() local
3674timestampCompare = MeshCoP::Timestamp::Compare(timestamp, Get<MeshCoP::ActiveDatasetManager>()… in HandleAnnounce()
3677 if (isFromOrphan || (timestampCompare < 0)) in HandleAnnounce()
3690 else if (timestampCompare > 0) in HandleAnnounce()