Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_client.hpp818 void RecordServerAsLimitedToSingleQuestion(const Ip6::Address &aServerAddress);
819 void RecordServerAsCapableOfMultiQuestions(const Ip6::Address &aServerAddress);
Ddns_client.cpp1649 void Client::RecordServerAsLimitedToSingleQuestion(const Ip6::Address &aServerAddress) in RecordServerAsLimitedToSingleQuestion() argument
1651 VerifyOrExit(!aServerAddress.IsUnspecified()); in RecordServerAsLimitedToSingleQuestion()
1653 VerifyOrExit(!mLimitedQueryServers.Contains(aServerAddress)); in RecordServerAsLimitedToSingleQuestion()
1662 IgnoreError(mLimitedQueryServers.PushBack(aServerAddress)); in RecordServerAsLimitedToSingleQuestion()
1668 void Client::RecordServerAsCapableOfMultiQuestions(const Ip6::Address &aServerAddress) in RecordServerAsCapableOfMultiQuestions() argument
1670 Ip6::Address *entry = mLimitedQueryServers.Find(aServerAddress); in RecordServerAsCapableOfMultiQuestions()