Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/thread/
Dnetwork_data_types.hpp178 const Ip6::Prefix &GetPrefix(void) const { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::OnMeshPrefixConfig
186 Ip6::Prefix &GetPrefix(void) { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::OnMeshPrefixConfig
238 const Ip6::Prefix &GetPrefix(void) const { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::ExternalRouteConfig
246 Ip6::Prefix &GetPrefix(void) { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::ExternalRouteConfig
295 const Ip6::Prefix &GetPrefix(void) const { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::LowpanContextInfo
298 Ip6::Prefix &GetPrefix(void) { return AsCoreType(&mPrefix); } in GetPrefix() function in ot::NetworkData::LowpanContextInfo
Dnetwork_data_tlvs.hpp691 uint8_t *GetPrefix(void) { return reinterpret_cast<uint8_t *>(this) + sizeof(*this); } in GetPrefix() function in ot::NetworkData::PrefixTlv
699 …const uint8_t *GetPrefix(void) const { return reinterpret_cast<const uint8_t *>(this) + sizeof(*th… in GetPrefix() function in ot::NetworkData::PrefixTlv
/openthread-3.4.0/src/core/net/
Ddhcp6_server.hpp141 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::Dhcp6::Server::PrefixAgent
149 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.hpp819 const NetworkPrefix &GetPrefix(void) const in GetPrefix() function in ot::Ip6::Address
831 void GetPrefix(uint8_t aLength, Prefix &aPrefix) const { aPrefix.Set(mFields.m8, aLength); } in GetPrefix() function in ot::Ip6::Address
/openthread-3.4.0/src/core/border_router/
Drouting_manager.hpp585 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::BorderRouter::RoutingManager::DiscoveredPrefixTable::Entry
697 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::BorderRouter::RoutingManager::OmrPrefix
/openthread-3.4.0/src/core/common/
Dsettings.hpp615 const Ip6::Prefix &GetPrefix(void) const { return mPrefix; } in GetPrefix() function in ot::SettingsBase::BrOnLinkPrefix