Searched refs:kExtRCodeByteIndex (Results 1 – 1 of 1) sorted by relevance
2355 uint8_t GetExtendedResponseCode(void) const { return GetTtlByteAt(kExtRCodeByteIndex); } in GetExtendedResponseCode()2364 …void SetExtendedResponseCode(uint8_t aExtendedResponse) { GetTtlByteAt(kExtRCodeByteIndex) = aExte… in SetExtendedResponseCode()2412 …static constexpr uint8_t kExtRCodeByteIndex = 0; // Byte index of Extended RCODE within the T… member in ot::Dns::OptRecord