Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddnssd_server.hpp379 ResponseCode ParseQuestions(uint8_t aTestMode, bool &aShouldRespond);
Ddnssd_server.cpp197 SuccessOrExit(rcode = aRequest.ParseQuestions(mTestMode, shouldRespond)); in ProcessQuery()
303 Server::ResponseCode Server::Request::ParseQuestions(uint8_t aTestMode, bool &aShouldRespond) in ParseQuestions() function in ot::Dns::ServiceDiscovery::Server::Request