Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dnd6.cpp277 Error RouterAdvert::TxMessage::AppendPrefixInfoOption(const Prefix &aPrefix, in AppendPrefixInfoOption() function in ot::Ip6::Nd::RouterAdvert::TxMessage
Dnd6.hpp800 …Error AppendPrefixInfoOption(const Prefix &aPrefix, uint32_t aValidLifetime, uint32_t aPreferredLi…
/openthread-latest/src/core/border_router/
Drouting_manager.cpp2826 …SuccessOrExit(error = aRaMessage.AppendPrefixInfoOption(mLocalPrefix, validLifetime, preferredLife… in AppendCurPrefix()
2848 … SuccessOrExit(error = aRaMessage.AppendPrefixInfoOption(oldPrefix.mPrefix, validLifetime, 0)); in AppendOldPrefixes()
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp882 …SuccessOrQuit(aRaMsg.AppendPrefixInfoOption(aPios->mPrefix, aPios->mValidLifetime, aPios->mPreferr… in BuildRouterAdvert()