Home
last modified time | relevance | path

Searched refs:GetZoneRecordCount (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_client.cpp1864 if (header.GetZoneRecordCount() != 0) in ProcessResponse()
1866 VerifyOrExit(header.GetZoneRecordCount() == 1, error = kErrorParse); in ProcessResponse()
Ddns_types.hpp399 uint16_t GetZoneRecordCount(void) const { return GetQuestionCount(); } in GetZoneRecordCount() function in ot::Dns::UpdateHeader
Dsrp_server.cpp852 VerifyOrExit(aMetadata.mDnsHeader.GetZoneRecordCount() == 1, error = kErrorParse); in ProcessZoneSection()