Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Dip6_mpl.cpp87 (option.GetSeedIdLength() == OptionMpl::kSeedIdLength0 || in ProcessOption()
88 option.GetSeedIdLength() == OptionMpl::kSeedIdLength2), in ProcessOption()
91 if (option.GetSeedIdLength() == OptionMpl::kSeedIdLength0) in ProcessOption()
Dip6_mpl.hpp107 …SeedIdLength GetSeedIdLength(void) const { return static_cast<SeedIdLength>(mControl & kSeedIdLeng… in GetSeedIdLength() function in ot::Ip6::OptionMpl