Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_mpl.cpp80 aOption.SetSeedId(Get<Mle::Mle>().GetRloc16()); in InitOption()
100 option.SetSeedId(aAddress.GetIid().GetLocator()); in ProcessOption()
Dip6_mpl.hpp139 void SetSeedId(uint16_t aSeedId) { mSeedId = BigEndian::HostSwap16(aSeedId); } in SetSeedId() function in ot::Ip6::MplOption