Home
last modified time | relevance | path

Searched refs:SetQueryType (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_dso.cpp561 header.SetQueryType(Dns::Header::kQueryTypeDso); in SendMessage()
1036 header.SetQueryType(aHeader.GetQueryType()); in SendErrorResponse()
H A Ddns_types.hpp169 void SetQueryType(QueryType aType) in SetQueryType() function in ot::Dns::Header
431 UpdateHeader(void) { SetQueryType(kQueryTypeUpdate); } in UpdateHeader()
H A Dsrp_server.cpp1486 header.SetQueryType(aHeader.GetQueryType()); in SendResponse()
1526 header.SetQueryType(aHeader.GetQueryType()); in SendResponse()
H A Ddns_client.cpp1117 header.SetQueryType(Header::kQueryTypeStandard); in SendQuery()
H A Ddnssd_server.cpp252 mHeader.SetQueryType(aRequest.mHeader.GetQueryType()); in AllocateAndInitFrom()