Searched refs:kResponseSuccess (Results 1 – 10 of 10) sorted by relevance
101 mRetryDelayErrorCode = Dns::Header::kResponseSuccess; in Init()274 …return SendMessage(aMessage, kRequestMessage, aMessageId, Dns::Header::kResponseSuccess, aResponse… in SendRequestMessage()591 if (IsServer() && (aResponseCode == Dns::Header::kResponseSuccess)) in SendMessage()855 …if ((aHeader.GetResponseCode() == Dns::Header::kResponseSuccess) && (aPrimaryTlvType != Tlv::kRese… in ProcessResponseMessage()878 (aHeader.GetResponseCode() == Dns::Header::kResponseSuccess)) in ProcessResponseMessage()900 if (aHeader.GetResponseCode() != Dns::Header::kResponseSuccess) in ProcessKeepAliveMessage()
639 … Dns::Header::Response aResponseCode = Dns::Header::kResponseSuccess);750 Dns::Header::Response aResponseCode = Dns::Header::kResponseSuccess,
155 ResponseCode rcode = Header::kResponseSuccess; in ProcessQuery()213 if (rcode != Header::kResponseSuccess) in ProcessQuery()361 rcode = Header::kResponseSuccess; in ParseQuestions()409 rcode = Header::kResponseSuccess; in AddQuestionsFrom()1365 Finalize(query, Header::kResponseSuccess); in HandleTimer()1411 case UpdateHeader::kResponseSuccess: in UpdateResponseCounters()1496 Get<Server>().Finalize(query, Header::kResponseSuccess); in Stop()
55 responseCode = Dns::UpdateHeader::kResponseSuccess; in ErrorToDnsResponseCode()1481 if (aResponseCode != Dns::UpdateHeader::kResponseSuccess) in SendResponse()1516 header.SetResponseCode(Dns::UpdateHeader::kResponseSuccess); in SendResponse()1546 UpdateResponseCounters(Dns::UpdateHeader::kResponseSuccess); in SendResponse()1735 case Dns::UpdateHeader::kResponseSuccess: in UpdateResponseCounters()
1392 …VerifyOrExit((header.GetResponseCode() != Header::kResponseSuccess) && (header.GetQuestionCount() … in ParseResponse()1589 case Header::kResponseSuccess: in ReplaceWithIp4Query()
52 case kResponseSuccess: in ResponseCodeToError()
237 kResponseSuccess = 0, ///< Success (no error condition). enumerator
3507 VerifyOrExit(header.GetResponseCode() == Header::kResponseSuccess, error = kErrorParse); in Init()
1164 header.SetResponseCode(Dns::UpdateHeader::kResponseSuccess); in TestSrpClientDelayedResponse()
256 VerifyOrExit(mLastRxResponseCode == Dns::Header::kResponseSuccess); in ProcessResponseMessage()