Home
last modified time | relevance | path

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

/openthread-latest/src/core/border_router/
Drouting_manager.cpp1311 bool disregard; in ProcessPrefixInfoOption() local
1326 disregard = (prefix == Get<RoutingManager>().mOnLinkPrefixManager.GetLocalPrefix()); in ProcessPrefixInfoOption()
1329 VerifyOrExit(!disregard); in ProcessPrefixInfoOption()
1359 entry->SetDisregardFlag(disregard); in ProcessPrefixInfoOption()
1369 bool disregard; in ProcessRouteInfoOption() local
1386 disregard = (Get<RoutingManager>().mOmrPrefixManager.GetLocalPrefix().GetPrefix() == prefix) || in ProcessRouteInfoOption()
1391 VerifyOrExit(!disregard); in ProcessRouteInfoOption()
1418 entry->SetDisregardFlag(disregard); in ProcessRouteInfoOption()
/openthread-latest/third_party/mbedtls/repo/
DChangeLog4114 longer disregard certificates with unrecognised fields.