Home
last modified time | relevance | path

Searched defs:GetPrefix (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_types.hpp198 const Ip6::Prefix &GetPrefix(void) const { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::OnMeshPrefixConfig
205 Ip6::Prefix &GetPrefix(void) { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::OnMeshPrefixConfig
253 const Ip6::Prefix &GetPrefix(void) const { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::ExternalRouteConfig
260 Ip6::Prefix &GetPrefix(void) { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::ExternalRouteConfig
305 const Ip6::Prefix &GetPrefix(void) const { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::LowpanContextInfo
308 Ip6::Prefix &GetPrefix(void) { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::LowpanContextInfo
Dnetwork_data_tlvs.hpp641 uint8_t *GetPrefix(void) { return reinterpret_cast<uint8_t *>(this) + sizeof(*this); } in GetPrefix() function in ot::NetworkData::PrefixTlv
648 …const uint8_t *GetPrefix(void) const { return reinterpret_cast<const uint8_t *>(this) + sizeof(*th… in GetPrefix() function in ot::NetworkData::PrefixTlv
/openthread-latest/src/core/net/
Ddhcp6_server.hpp126 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::Dhcp6::Server::PrefixAgent
133 Ip6::Prefix &GetPrefix(void) { return mPrefix; } in GetPrefix() function in ot::Dhcp6::Server::PrefixAgent
Dnd6.cpp99 void PrefixInfoOption::GetPrefix(Prefix &aPrefix) const { aPrefix.Set(mPrefix.GetBytes(), mPrefixLe… in GetPrefix() function in ot::Ip6::Nd::PrefixInfoOption
134 void RouteInfoOption::GetPrefix(Prefix &aPrefix) const { aPrefix.Set(GetPrefixBytes(), mPrefixLengt… in GetPrefix() function in ot::Ip6::Nd::RouteInfoOption
Dip6_address.hpp766 const NetworkPrefix &GetPrefix(void) const in GetPrefix() function in ot::Ip6::Address
777 void GetPrefix(uint8_t aLength, Prefix &aPrefix) const { aPrefix.Set(mFields.m8, aLength); } in GetPrefix() function in ot::Ip6::Address
/openthread-latest/src/core/border_router/
Drouting_manager.hpp695 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::BorderRouter::RoutingManager::LifetimedPrefix
696 Ip6::Prefix &GetPrefix(void) { return mPrefix; } in GetPrefix() function in ot::BorderRouter::RoutingManager::LifetimedPrefix
1085 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::BorderRouter::RoutingManager::OmrPrefix
1474 const Ip6::Prefix &GetPrefix(void) const { return mPrefix.GetPrefix(); } in GetPrefix() function in ot::BorderRouter::RoutingManager::PdPrefixManager
/openthread-latest/src/core/common/
Dsettings.hpp563 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::SettingsBase::BrOnLinkPrefix