Home
last modified time | relevance | path

Searched refs:GetQueryType (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_dso.cpp665 if (header.GetQueryType() != Dns::Header::kQueryTypeDso) in HandleReceive()
1036 header.SetQueryType(aHeader.GetQueryType()); in SendErrorResponse()
H A Dsrp_server.cpp1486 header.SetQueryType(aHeader.GetQueryType()); in SendResponse()
1526 header.SetQueryType(aHeader.GetQueryType()); in SendResponse()
1596 …VerifyOrExit(metadata.mDnsHeader.GetQueryType() == Dns::UpdateHeader::kQueryTypeUpdate, error = kE… in ProcessMessage()
H A Ddnssd_server.cpp252 mHeader.SetQueryType(aRequest.mHeader.GetQueryType()); in AllocateAndInitFrom()
315 …VerifyOrExit(mHeader.GetQueryType() == Header::kQueryTypeStandard, rcode = Header::kResponseNotImp… in ParseQuestions()
H A Ddns_types.hpp161 …QueryType GetQueryType(void) const { return static_cast<QueryType>((mFlags[0] & kOpCodeMask) >> kO… in GetQueryType() function in ot::Dns::Header
H A Ddns_client.cpp1372 …VerifyOrExit((header.GetType() == Header::kTypeResponse) && (header.GetQueryType() == Header::kQue… in ParseResponse()
H A Dsrp_client.cpp1778 VerifyOrExit(header.GetQueryType() == Dns::Header::kQueryTypeUpdate, error = kErrorParse); in ProcessResponse()
H A Dmdns.cpp3340 VerifyOrExit(header.GetQueryType() == Header::kQueryTypeStandard, error = kErrorParse); in Init()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_mdns.cpp650 mHeader.GetQueryType(), mHeader.IsTruncationFlagSet(), mHeader.GetResponseCode(), in ParseFrom()