Home
last modified time | relevance | path

Searched refs:RemoveOnMeshPrefix (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_local.hpp97 Error RemoveOnMeshPrefix(const Ip6::Prefix &aPrefix) { return RemovePrefix(aPrefix); } in RemoveOnMeshPrefix() function in ot::NetworkData::Local
Dnetwork_data_publisher.cpp911 IgnoreError(Get<Local>().RemoveOnMeshPrefix(mPrefix)); in Remove()
/openthread-latest/src/core/api/
Dborder_router_api.cpp78 … error = AsCoreType(aInstance).Get<NetworkData::Local>().RemoveOnMeshPrefix(AsCoreType(aPrefix)); in otBorderRouterRemoveOnMeshPrefix()
/openthread-latest/src/core/backbone_router/
Dbbr_local.cpp406 error = Get<NetworkData::Local>().RemoveOnMeshPrefix(mDomainPrefixConfig.GetPrefix()); in RemoveDomainPrefixFromNetworkData()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp2442 error = Get<NetworkData::Local>().RemoveOnMeshPrefix(mLocalPrefix.GetPrefix()); in RemoveLocalFromNetData()