/openthread-latest/src/core/thread/ |
D | router_table.cpp | 86 Router *router = mRouters.PushBack(); in AddRouter() local 128 Router *router = nullptr; in Allocate() local 167 Router *router = nullptr; in Allocate() local 189 Router *router; in Release() local 261 Router *router = nullptr; in FindNeighbor() local 282 const Router *router = nullptr; in FindRouterById() local 308 Router *router; in GetRouterInfo() local 342 for (const Router &router : mRouters) in GetNeighborCount() local 368 const Router *router; in GetLinkCost() local 395 const Router *router; in GetNextHopAndPathCost() local [all …]
|
D | mle_router.cpp | 270 Router *router; in BecomeLeader() local 798 Router *router; in SendLinkAccept() local 890 Router *router; in HandleLinkAcceptVariant() local 1205 Router *router; in HandleAdvertisementOnFtd() local 1556 for (const Router &router : Get<RouterTable>()) in HasNeighborWithGoodLinkQuality() local 2082 Router *router; in HandleChildIdRequest() local 3391 Router *router; in HandleAddressSolicitResponse() local 3516 Router *router = nullptr; in HandleTmf() local 3667 Router *router; in HandleTmf() local 3727 for (const Router &router : Get<RouterTable>()) in FillConnectivityTlv() local [all …]
|
D | neighbor_table.cpp | 222 Router *router = Get<RouterTable>().FindRouterById(static_cast<uint8_t>(index)); in GetNextNeighborInfo() local
|
D | mesh_forwarder_ftd.cpp | 652 Router *router; in ResolveRoutingLoops() local
|
D | mle.cpp | 4749 Router *router; in Execute() local
|
/openthread-latest/tests/toranj/cli/ |
D | test-012-reset-recovery.py | 50 router = cli.Node() variable 104 router = cli.Node(index=2) variable 164 router = cli.Node(index=2) variable
|
D | test-029-pending-dataset-key-change.py | 52 router = cli.Node() variable
|
D | test-502-multi-br-leader-failure-recovery.py | 58 router = cli.Node() variable
|
/openthread-latest/tests/toranj/ncp/ |
D | test-011-child-table.py | 48 router = wpan.Node() variable
|
D | test-603-channel-manager-announce-recovery.py | 59 router = wpan.Node() variable
|
D | test-022-multicast-ip6-address.py | 61 router = wpan.Node() variable
|
/openthread-latest/src/cli/ |
D | README_HISTORY.md | 342 ### router subsection
|
/openthread-latest/src/core/meshcop/ |
D | joiner.cpp | 314 JoinerRouter &router = mJoinerRouters[mJoinerRouterIndex]; in TryNextJoinerRouter() local
|
/openthread-latest/src/core/border_router/ |
D | routing_manager.cpp | 1166 Router *router; in ProcessRouterAdvertMessage() local 1419 Entry<Router> *router = mRouterPool.Allocate(); in AllocateEntry() local 1747 Router *router; in ProcessNeighborAdvertMessage() local 1856 for (const Router &router : mRouters) in IsAddressOnLink() local 1876 for (const Router &router : mRouters) in IsAddressReachableThroughExplicitRoute() local
|
/openthread-latest/tests/scripts/thread-cert/ |
D | mle.py | 548 def __init__(self, router, end_device): argument 553 def router(self): member in ScanMask
|