Home
last modified time | relevance | path

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

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