Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.hpp315 uint16_t GetAnswerCount(void) const { return BigEndian::HostSwap16(mAnCount); } in GetAnswerCount()
322 void SetAnswerCount(uint16_t aCount) { mAnCount = BigEndian::HostSwap16(aCount); } in SetAnswerCount()
372 uint16_t mAnCount; // Number of entries in the answer section. member in ot::Dns::Header