Searched refs:RemovePrefix (Results 1 – 2 of 2) sorted by relevance
97 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);
92 IgnoreError(RemovePrefix(aPrefix)); in AddPrefix()140 Error Local::RemovePrefix(const Ip6::Prefix &aPrefix) in RemovePrefix() function in ot::NetworkData::Local