Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.hpp329 uint16_t GetAuthorityRecordCount(void) const { return BigEndian::HostSwap16(mNsCount); } in GetAuthorityRecordCount()
336 void SetAuthorityRecordCount(uint16_t aCount) { mNsCount = BigEndian::HostSwap16(aCount); } in SetAuthorityRecordCount()
373 uint16_t mNsCount; // Number of entries in the authority records section. member in ot::Dns::Header