Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dnd6.hpp83 kTypePrefixInfo = 3, ///< Prefix Information Option. enumerator
178 static constexpr Type kType = kTypePrefixInfo; ///< Prefix Information Option Type.
Dnd6.cpp87 SetType(kTypePrefixInfo); in Init()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp1202 case Option::kTypePrefixInfo: in ProcessRouterAdvertMessage()
4089 …if (option.GetType() != Option::kTypePrefixInfo || !static_cast<const PrefixInfoOption &>(option).… in Process()
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp476 case Ip6::Nd::Option::kTypePrefixInfo: in ValidateRouterAdvert()
590 case Ip6::Nd::Option::kTypePrefixInfo: in LogRouterAdvert()