Home
last modified time | relevance | path

Searched defs:SetPrefix (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/net/
Dnd6.cpp93 void PrefixInfoOption::SetPrefix(const Prefix &aPrefix) in SetPrefix() function in ot::Ip6::Nd::PrefixInfoOption
127 void RouteInfoOption::SetPrefix(const Prefix &aPrefix) in SetPrefix() function in ot::Ip6::Nd::RouteInfoOption
Dip6_address.cpp404 void Address::SetPrefix(const NetworkPrefix &aNetworkPrefix) { mFields.mComponents.mNetworkPrefix =… in SetPrefix() function in ot::Ip6::Address
406 void Address::SetPrefix(const Prefix &aPrefix) { CopyBits(mFields.m8, aPrefix.GetBytes(), aPrefix.G… in SetPrefix() function in ot::Ip6::Address
Dip6_address.hpp809 …void SetPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) { CopyBits(mFields.m8, aPrefix, aPre… in SetPrefix() function in ot::Ip6::Address
/openthread-latest/src/core/thread/
Dnetwork_data_types.hpp267 void SetPrefix(const Ip6::Prefix &aPrefix) { mPrefix = aPrefix; } in SetPrefix() function in ot::NetworkData::ExternalRouteConfig
/openthread-latest/src/core/common/
Dsettings.hpp570 void SetPrefix(const Ip6::Prefix &aPrefix) { mPrefix = aPrefix; } in SetPrefix() function in ot::SettingsBase::BrOnLinkPrefix