Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dnetwork_data_service.cpp213 DnsSrpAnycastInfo maxNumericalSeqNumInfo; in FindPreferredDnsSrpAnycastInfo() local
225 maxNumericalSeqNumInfo = info; in FindPreferredDnsSrpAnycastInfo()
235 if (info.mSequenceNumber > maxNumericalSeqNumInfo.mSequenceNumber) in FindPreferredDnsSrpAnycastInfo()
237 maxNumericalSeqNumInfo = info; in FindPreferredDnsSrpAnycastInfo()
264 aInfo = maxNumericalSeqNumInfo; in FindPreferredDnsSrpAnycastInfo()