Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Dnd6.cpp96 void PrefixInfoOption::SetPrefix(const Prefix &aPrefix) in SetPrefix() function in ot::Ip6::Nd::PrefixInfoOption
133 void RouteInfoOption::SetPrefix(const Prefix &aPrefix) in SetPrefix() function in ot::Ip6::Nd::RouteInfoOption
Dip6_address.cpp373 void Address::SetPrefix(const NetworkPrefix &aNetworkPrefix) in SetPrefix() function in ot::Ip6::Address
378 void Address::SetPrefix(const Prefix &aPrefix) in SetPrefix() function in ot::Ip6::Address
383 void Address::SetPrefix(uint8_t aOffset, const uint8_t *aPrefix, uint8_t aPrefixLength) in SetPrefix() function in ot::Ip6::Address
Dip6_address.hpp842 …void SetPrefix(const uint8_t *aPrefix, uint8_t aPrefixLength) { SetPrefix(0, aPrefix, aPrefixLengt… in SetPrefix() function in ot::Ip6::Address
/external/openthread/src/core/thread/
Dnetwork_data_types.hpp259 void SetPrefix(const Ip6::Prefix &aPrefix) { mPrefix = aPrefix; } in SetPrefix() function in ot::NetworkData::ExternalRouteConfig