Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/net/
Dnd6.cpp222 Error RouterAdvertMessage::AppendPrefixInfoOption(const Prefix &aPrefix, in AppendPrefixInfoOption() function in ot::Ip6::Nd::RouterAdvertMessage
Dnd6.hpp639 …Error AppendPrefixInfoOption(const Prefix &aPrefix, uint32_t aValidLifetime, uint32_t aPreferredLi…
/openthread-3.4.0/src/core/border_router/
Drouting_manager.cpp2401 …SuccessOrAssert(aRaMessage.AppendPrefixInfoOption(mLocalPrefix, validLifetime, preferredLifetime)); in AppendCurPrefix()
2423 SuccessOrAssert(aRaMessage.AppendPrefixInfoOption(oldPrefix.mPrefix, validLifetime, 0)); in AppendOldPrefixes()
/openthread-3.4.0/tests/unit/
Dtest_routing_manager.cpp684 … raMsg.AppendPrefixInfoOption(aPios->mPrefix, aPios->mValidLifetime, aPios->mPreferredLifetime)); in SendRouterAdvert()