Home
last modified time | relevance | path

Searched refs:aResponseCode (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/net/
Ddnssd_server.hpp396 … void SetResponseCode(ResponseCode aResponseCode) { mHeader.SetResponseCode(aResponseCode); } in SetResponseCode() argument
528 void Finalize(ProxyQuery &aQuery, ResponseCode aResponseCode);
566 void UpdateResponseCounters(ResponseCode aResponseCode);
Ddns_dso.cpp309 Error Dso::Connection::SendRetryDelayMessage(uint32_t aDelay, Dns::Header::Response aResponseCode) in SendRetryDelayMessage() argument
335 error = SendMessage(*message, kUnidirectionalMessage, messageId, aResponseCode); in SendRetryDelayMessage()
473 Dns::Header::Response aResponseCode, in SendMessage() argument
554 header.SetResponseCode(aResponseCode); in SendMessage()
591 if (IsServer() && (aResponseCode == Dns::Header::kResponseSuccess)) in SendMessage()
1019 …Dso::Connection::SendErrorResponse(const Dns::Header &aHeader, Dns::Header::Response aResponseCode) in SendErrorResponse() argument
1029 header.SetResponseCode(aResponseCode); in SendErrorResponse()
Ddns_dso.hpp639 … Dns::Header::Response aResponseCode = Dns::Header::kResponseSuccess);
750 Dns::Header::Response aResponseCode = Dns::Header::kResponseSuccess,
760 void SendErrorResponse(const Dns::Header &aHeader, Dns::Header::Response aResponseCode);
Dsrp_server.cpp1461 Dns::UpdateHeader::Response aResponseCode, in SendResponse() argument
1476 header.SetResponseCode(aResponseCode); in SendResponse()
1481 if (aResponseCode != Dns::UpdateHeader::kResponseSuccess) in SendResponse()
1483 LogWarn("Send fail response: %d", aResponseCode); in SendResponse()
1490 UpdateResponseCounters(aResponseCode); in SendResponse()
1731 void Server::UpdateResponseCounters(Dns::UpdateHeader::Response aResponseCode) in UpdateResponseCounters() argument
1733 switch (aResponseCode) in UpdateResponseCounters()
Dsrp_server.hpp965 Dns::UpdateHeader::Response aResponseCode,
981 void UpdateResponseCounters(Dns::Header::Response aResponseCode);
Ddnssd_server.cpp1395 void Server::Finalize(ProxyQuery &aQuery, ResponseCode aResponseCode) in Finalize() argument
1403 response.SetResponseCode(aResponseCode); in Finalize()
1407 void Server::UpdateResponseCounters(ResponseCode aResponseCode) in UpdateResponseCounters() argument
1409 switch (aResponseCode) in UpdateResponseCounters()