Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.hpp322 void SetAnswerCount(uint16_t aCount) { mAnCount = BigEndian::HostSwap16(aCount); } in SetAnswerCount() function in ot::Dns::Header
420 void SetPrerequisiteRecordCount(uint16_t aCount) { SetAnswerCount(aCount); } in SetPrerequisiteRecordCount()
Ddnssd_server.cpp270 mHeader.SetAnswerCount(0); in Send()
712 mHeader.SetAnswerCount(mHeader.GetAnswerCount() + 1); in IncResourceRecordCount()
Dmdns.cpp493 aHeader.SetAnswerCount(mCounts[kAnswerSection]); in WriteTo()
/openthread-latest/tests/unit/
Dtest_mdns.cpp1182 header.SetAnswerCount(1); in SendPtrResponse()
1229 header.SetAnswerCount(1); in SendSrvResponse()
1277 header.SetAnswerCount(1); in SendTxtResponse()
1322 header.SetAnswerCount(aNumAddrs); in SendHostAddrResponse()
1374 header.SetAnswerCount(1); in SendResponseWithEmptyKey()
1417 header.SetAnswerCount(aNumAnswers); in SendPtrQueryWithKnownAnswers()
1458 header.SetAnswerCount(aNumAnswers); in SendEmtryPtrQueryWithKnownAnswers()
Dtest_dns.cpp1195 header.SetAnswerCount(kAnswerCount); in TestHeaderAndResourceRecords()