Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_client.hpp787 …rtQuery(QueryInfo &aInfo, const char *aLabel, const char *aName, QueryType aSecondType = kNoQuery);
Ddns_client.cpp975 … Client::StartQuery(QueryInfo &aInfo, const char *aLabel, const char *aName, QueryType aSecondType) in StartQuery() argument
1004 if (aSecondType != kNoQuery) in StartQuery()
1008 aInfo.mQueryType = aSecondType; in StartQuery()