Home
last modified time | relevance | path

Searched refs:IsRegistered (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tests/unit/
Dtest_ndproxy_table.cpp75 VerifyOrQuit(table.IsRegistered(existedAddressIid)); in TestNdProxyTable()
76 VerifyOrQuit(!table.IsRegistered(notExistAddressIid)); in TestNdProxyTable()
86 VerifyOrQuit(table.IsRegistered(addressIid)); in TestNdProxyTable()
94 VerifyOrQuit(table.IsRegistered(addressIid)); in TestNdProxyTable()
100 VerifyOrQuit(!table.IsRegistered(notExistAddressIid)); in TestNdProxyTable()
/openthread-latest/src/core/backbone_router/
Dndproxy_table.hpp178 …bool IsRegistered(const Ip6::InterfaceIdentifier &aAddressIid) { return FindByAddressIid(aAddressI… in IsRegistered() function in ot::BackboneRouter::NdProxyTable
Dbbr_manager.cpp494 VerifyOrExit(!mNdProxyTable.IsRegistered(aAddress.GetIid())); in ShouldForwardDuaToBackbone()