Home
last modified time | relevance | path

Searched defs:aRouteTlv (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Drouter_table.cpp561 void RouterTable::UpdateRoutes(const Mle::RouteTlv &aRouteTlv, uint8_t aNeighborId) in UpdateRoutes()
685 void RouterTable::UpdateRoutesOnFed(const Mle::RouteTlv &aRouteTlv, uint8_t aParentId) in UpdateRoutesOnFed()
716 void RouterTable::FillRouteTlv(Mle::RouteTlv &aRouteTlv, const Neighbor *aNeighbor) const in FillRouteTlv()
Dmle_router.cpp1080 Error MleRouter::ProcessRouteTlv(const RouteTlv &aRouteTlv, RxInfo &aRxInfo) in ProcessRouteTlv()
3730 bool MleRouter::NeighborHasComparableConnectivity(const RouteTlv &aRouteTlv, uint8_t aNeighborId) c… in NeighborHasComparableConnectivity() argument
Dnetwork_diagnostic.cpp997 static void ParseRoute(const RouteTlv &aRouteTlv, otNetworkDiagRoute &aNetworkDiagRoute) in ParseRoute()