Home
last modified time | relevance | path

Searched refs:GetNeighborCount (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/thread/
Drouter_table.hpp309 uint8_t GetNeighborCount(LinkQuality aLinkQuality) const;
Drouter_table.cpp338 uint8_t RouterTable::GetNeighborCount(LinkQuality aLinkQuality) const in GetNeighborCount() function in ot::RouterTable
Dmle_router.cpp507 …interval = (Get<RouterTable>().GetNeighborCount(kLinkQuality2) + 1) * kAdvIntervalNeighborMultipli… in DetermineAdvertiseIntervalMax()
1418 neighborCount = mRouterTable.GetNeighborCount(kLinkQuality1); in EstablishRouterLinkOnFtdChild()
/openthread-latest/src/core/net/
Dip6_mpl.cpp340 …interval = (kDataMessageInterval / Mle::kMaxRouters) * Get<RouterTable>().GetNeighborCount(kLinkQu… in AddBufferedMessage()