Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.hpp300 bool IsRouteTlvIdSequenceMoreRecent(const Mle::RouteTlv &aRouteTlv) const;
Drouter_table.cpp61 bool RouterTable::IsRouteTlvIdSequenceMoreRecent(const Mle::RouteTlv &aRouteTlv) const in IsRouteTlvIdSequenceMoreRecent() function in ot::RouterTable
Dmle_router.cpp1017 if (mRouterTable.IsRouteTlvIdSequenceMoreRecent(routeTlv)) in HandleLinkAcceptVariant()
1282 if (aRxInfo.IsNeighborStateValid() && mRouterTable.IsRouteTlvIdSequenceMoreRecent(routeTlv)) in HandleAdvertisementOnFtd()