Home
last modified time | relevance | path

Searched refs:RemovePrefix (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_local.hpp97 Error RemoveOnMeshPrefix(const Ip6::Prefix &aPrefix) { return RemovePrefix(aPrefix); } in RemoveOnMeshPrefix()
128 Error RemoveHasRoutePrefix(const Ip6::Prefix &aPrefix) { return RemovePrefix(aPrefix); } in RemoveHasRoutePrefix()
165 Error RemovePrefix(const Ip6::Prefix &aPrefix);
Dnetwork_data_local.cpp92 IgnoreError(RemovePrefix(aPrefix)); in AddPrefix()
140 Error Local::RemovePrefix(const Ip6::Prefix &aPrefix) in RemovePrefix() function in ot::NetworkData::Local