Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_types.cpp1212 SetOptionLength(kShortLength); in InitAsShortVariant()
1219 SetOptionLength(kLongLength); in InitAsLongVariant()
Ddns_types.hpp2457 …void SetOptionLength(uint16_t aOptionLength) { mOptionLength = BigEndian::HostSwap16(aOptionLength… in SetOptionLength() function in ot::Dns::Option