Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddnssd_server.hpp314 typedef Header::Response ResponseCode; typedef in ot::Dns::ServiceDiscovery::Server
355 ResponseCode ParseQuestions(uint8_t aTestMode, bool &aShouldRespond);
392 ResponseCode AddQuestionsFrom(const Request &aRequest);
396 … void SetResponseCode(ResponseCode aResponseCode) { mHeader.SetResponseCode(aResponseCode); } in SetResponseCode()
528 void Finalize(ProxyQuery &aQuery, ResponseCode aResponseCode);
566 void UpdateResponseCounters(ResponseCode aResponseCode);
Ddnssd_server.cpp155 ResponseCode rcode = Header::kResponseSuccess; in ProcessQuery()
263 ResponseCode rcode = mHeader.GetResponseCode(); in Send()
292 Server::ResponseCode Server::Request::ParseQuestions(uint8_t aTestMode, bool &aShouldRespond) in ParseQuestions()
297 ResponseCode rcode = Header::kResponseFormatError; in ParseQuestions()
367 Server::ResponseCode Server::Response::AddQuestionsFrom(const Request &aRequest) in AddQuestionsFrom()
369 ResponseCode rcode = Header::kResponseServerFailure; in AddQuestionsFrom()
1395 void Server::Finalize(ProxyQuery &aQuery, ResponseCode aResponseCode) in Finalize()
1407 void Server::UpdateResponseCounters(ResponseCode aResponseCode) in UpdateResponseCounters()