Searched refs:Zone (Results 1 – 4 of 4) sorted by relevance
2714 class Zone : public Question class2722 explicit Zone(uint16_t aClass = ResourceRecord::kClassInternet) in Zone() function in ot::Dns::Zone
1138 SuccessOrExit(error = aInfo.mMessage->Append(Dns::Zone())); in PrepareUpdateMessage()1868 VerifyOrExit(offset + sizeof(Dns::Zone) <= aMessage.GetLength(), error = kErrorParse); in ProcessResponse()1869 offset += sizeof(Dns::Zone); in ProcessResponse()
861 Dns::Zone mDnsZone;
858 offset += sizeof(Dns::Zone); in ProcessZoneSection()