Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_mpl.hpp93 …SeedIdLength GetSeedIdLength(void) const { return static_cast<SeedIdLength>(mControl & kSeedIdLeng… in GetSeedIdLength() function in ot::Ip6::MplOption
Dip6_mpl.cpp95 switch (option.GetSeedIdLength()) in ProcessOption()