Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Ddns_types.hpp2442 uint16_t GetOptionLength(void) const { return HostSwap16(mOptionLength); } in GetOptionLength()
2450 void SetOptionLength(uint16_t aOptionLength) { mOptionLength = HostSwap16(aOptionLength); } in SetOptionLength()
2462 uint16_t mOptionLength; member in ot::Dns::Option