Home
last modified time | relevance | path

Searched defs:router (Results 1 – 14 of 14) sorted by relevance

/openthread-latest/src/core/thread/
Drouter_table.cpp94 Router *router = mRouters.PushBack(); in AddRouter() local
136 Router *router = nullptr; in Allocate() local
175 Router *router = nullptr; in Allocate() local
197 Router *router; in Release() local
269 Router *router = nullptr; in FindNeighbor() local
290 const Router *router = nullptr; in FindRouterById() local
316 Router *router; in GetRouterInfo() local
350 for (const Router &router : mRouters) in GetNeighborCount() local
376 const Router *router; in GetLinkCost() local
403 const Router *router; in GetNextHopAndPathCost() local
[all …]
Dmle_router.cpp273 Router *router; in BecomeLeader() local
880 Router *router; in HandleLinkAccept() local
1191 Router *router; in HandleAdvertisement() local
1478 for (const Router &router : Get<RouterTable>()) in HasNeighborWithGoodLinkQuality() local
2004 Router *router; in HandleChildIdRequest() local
3312 Router *router; in HandleAddressSolicitResponse() local
3435 Router *router = nullptr; in HandleTmf() local
3586 Router *router; in HandleTmf() local
3646 for (const Router &router : Get<RouterTable>()) in FillConnectivityTlv() local
3690 for (const Router &router : mRouterTable) in ShouldDowngrade() local
[all …]
Dneighbor_table.cpp225 Router *router = Get<RouterTable>().FindRouterById(static_cast<uint8_t>(index)); in GetNextNeighborInfo() local
Dmesh_forwarder_ftd.cpp656 Router *router; in ResolveRoutingLoops() local
/openthread-latest/tests/toranj/cli/
Dtest-012-reset-recovery.py50 router = cli.Node() variable
104 router = cli.Node(index=2) variable
Dtest-029-pending-dataset-key-change.py52 router = cli.Node() variable
Dtest-502-multi-br-leader-failure-recovery.py58 router = cli.Node() variable
/openthread-latest/tests/toranj/ncp/
Dtest-011-child-table.py48 router = wpan.Node() variable
Dtest-603-channel-manager-announce-recovery.py59 router = wpan.Node() variable
Dtest-022-multicast-ip6-address.py61 router = wpan.Node() variable
/openthread-latest/src/cli/
DREADME_HISTORY.md342 ### router subsection
/openthread-latest/src/core/meshcop/
Djoiner.cpp327 JoinerRouter &router = mJoinerRouters[mJoinerRouterIndex]; in TryNextJoinerRouter() local
/openthread-latest/src/core/border_router/
Drouting_manager.cpp1165 Router *router; in ProcessRouterAdvertMessage() local
1441 Entry<Router> *router = mRouterPool.Allocate(); in AllocateEntry() local
1769 Router *router; in ProcessNeighborAdvertMessage() local
1867 for (const Router &router : mRouters) in IsAddressOnLink() local
1887 for (const Router &router : mRouters) in IsAddressReachableThroughExplicitRoute() local
/openthread-latest/tests/scripts/thread-cert/
Dmle.py548 def __init__(self, router, end_device): argument
553 def router(self): member in ScanMask