Home
last modified time | relevance | path

Searched refs:Router (Results 1 – 25 of 25) sorted by relevance

/openthread-2.7.6/src/core/thread/
Drouter_table.hpp57 class Iterator : public InstanceLocator, public ItemPtrIterator<Router, Iterator>
59 friend class ItemPtrIterator<Router, Iterator>;
111 Router *Allocate(void);
119 Router *Allocate(uint8_t aRouterId);
139 void RemoveRouterLink(Router &aRouter);
163 Router *GetLeader(void);
181 uint8_t GetLinkCost(Router &aRouter);
191 Router *GetNeighbor(uint16_t aRloc16);
201 Router *GetNeighbor(const Mac::ExtAddress &aExtAddress);
211 Router *GetNeighbor(const Mac::Address &aMacAddress);
[all …]
Drouter_table.cpp62 for (Router &router : mRouters) in RouterTable()
70 const Router *RouterTable::GetFirstEntry(void) const in GetFirstEntry()
72 const Router *router = &mRouters[0]; in GetFirstEntry()
79 const Router *RouterTable::GetNextEntry(const Router *aRouter) const in GetNextEntry()
100 for (Router &router : mRouters) in ClearNeighbors()
180 Router &router = mRouters[index]; in UpdateAllocation()
194 Router &router = mRouters[index]; in UpdateAllocation()
200 Router *RouterTable::Allocate(void) in Allocate()
202 Router *rval = nullptr; in Allocate()
242 Router *RouterTable::Allocate(uint8_t aRouterId) in Allocate()
[all …]
Dmle_router.hpp350 void RemoveRouterLink(Router &aRouter);
603 const Router * aRouter,
630 bool UpdateLinkQualityOut(const RouteTlv &aRoute, Router &aNeighbor, bool &aResetAdvInterval);
729 void RemoveRouterLink(Router &) { IgnoreError(BecomeDetached()); } in RemoveRouterLink() argument
Dtopology.cpp492 void Router::Info::SetFrom(const Router &aRouter) in SetFrom()
507 void Router::Clear(void) in Clear()
511 memset(reinterpret_cast<void *>(this), 0, sizeof(Router)); in Clear()
Dmle_router.cpp208 Router * router; in BecomeLeader()
810 Router * router; in HandleLinkAccept()
1040 Router *router; in GetLinkCost()
1157 Router * router; in HandleAdvertisement()
1298 Router *leader; in HandleAdvertisement()
1424 Router *neighbor; in UpdateRoutes()
1437 Router *router; in UpdateRoutes()
1438 Router *nextHop; in UpdateRoutes()
1527 for (Router &router : Get<RouterTable>().Iterate()) in UpdateRoutes()
1544 bool MleRouter::UpdateLinkQualityOut(const RouteTlv &aRoute, Router &aNeighbor, bool &aResetAdvInte… in UpdateLinkQualityOut()
[all …]
Dmle.hpp415 Router &GetParent(void) { return mParent; } in GetParent()
423 Router &GetParentCandidate(void) { return mParentCandidate; } in GetParentCandidate()
1602 Router mParent; ///< Parent information.
1603 Router mParentCandidate; ///< Parent candidate information.
Dkey_manager.cpp213 Router *parent; in SetNetworkKey()
229 for (Router &router : Get<RouterTable>().Iterate()) in SetNetworkKey()
Dtopology.hpp1321 class Router : public Neighbor class
1337 void SetFrom(const Router &aRouter);
Dneighbor_table.cpp216 Router *router = Get<RouterTable>().GetRouter(static_cast<uint8_t>(index)); in GetNextNeighborInfo()
Dmesh_forwarder.cpp947 Get<Mle::MleRouter>().RemoveRouterLink(static_cast<Router &>(aNeighbor)); in UpdateNeighborLinkFailures()
/openthread-2.7.6/tools/otci/
DREADME.md11 - [OpenThread Border Router](https://github.com/openthread/ot-br-posix)
49 # Wait for node 2 to become Router
/openthread-2.7.6/src/cli/
DREADME.md119 Show current Primary Backbone Router information for Thread 1.2 device.
165 Only for testing/reference Backbone Router device.
178 Only for testing/reference Backbone Router device.
195 Only for testing/reference Backbone Router device.
246 Enable Backbone Router Service for Thread 1.2 FTD. `SRV_DATA.ntf` would be triggerred for attached …
257 Disable Backbone Router Service for Thread 1.2 FTD. `SRV_DATA.ntf` would be triggerred if Backbone
266 Register Backbone Router Service for Thread 1.2 FTD. `SRV_DATA.ntf` would be triggerred for attache…
277 Show local Backbone Router configuration for Thread 1.2 FTD.
291Router configuration for Thread 1.2 FTD. `bbr register` should be issued explicitly to register Ba…
302 Show jitter (in seconds) for Backbone Router registration for Thread 1.2 FTD.
[all …]
DREADME_HISTORY.md64 - Type: Child or Router
80 | 00:04:51.236 | Router | Added | 865c7ca38a5fa960 | 0x9400 | rdn | -20 |
97 00:04:56.756 -> type:Router event:Added extaddr:865c7ca38a5fa960 rloc16:0x9400 mode:rdn rss:-20
DREADME_NETDATA.md9 Border Router and service information may be stable or temporary. Stable Thread Network Data is dis…
/openthread-2.7.6/tests/scripts/expect/
Dcli-misc.exp42 expect -re {Leader Router ID: \d+}
/openthread-2.7.6/examples/
DREADME.md9 | BACKBONE_ROUTER | OT_BACKBONE_ROUTER | Enables Backbone Router functionality for Thread 1.2. |
11 …s, enable this switch if you are building On-mesh Commissioner or Border Router with External Comm…
12 …r Router. This switch is usually combined with the BORDER_AGENT and UDP_FORWARD (or PLATFORM_UDP i…
68 …RD | Enables support for UDP forward. | Enable this switch on the Border Router device (running on…
/openthread-2.7.6/examples/apps/cli/
DREADME.md108 Wait a few seconds and verify that the device has become a Thread Child or Router:
/openthread-2.7.6/etc/cmake/
Doptions.cmake51 option(OT_BACKBONE_ROUTER_DUA_NDPROXYING "enable Backbone Router DUA ND Proxying functionality" OFF)
58 option(OT_BACKBONE_ROUTER_MULTICAST_ROUTING "enable Backbone Router Multicast Routing functionality…
/openthread-2.7.6/src/core/radio/
Dtrel_link.cpp256 for (Router &router : Get<RouterTable>().Iterate()) in HandleTimer()
/openthread-2.7.6/zephyr/
DCMakeLists.txt41 set(OT_BORDER_ROUTER ON CACHE BOOL "Enable Border Router" FORCE)
43 set(OT_BORDER_ROUTER OFF CACHE BOOL "Enable Border Router" FORCE)
/openthread-2.7.6/src/core/api/
Dthread_ftd_api.cpp325 …return instance.Get<RouterTable>().GetRouterInfo(aRouterId, *static_cast<Router::Info *>(aRouterIn… in otThreadGetRouterInfo()
Dthread_api.cpp390 Router * parent; in otThreadGetParentInfo()
/openthread-2.7.6/tools/harness-thci/
DOpenThread.py200 Thread_Device_Role.Router: 'rdn',
563 Thread_Device_Role.Router,
1191 elif eRoleId == Thread_Device_Role.Router:
1238 if self._update_router_status and eRoleId == Thread_Device_Role.Router:
DOpenThread_WpanCtl.py438 elif self.deviceRole == Thread_Device_Role.Router:
453 …if self.deviceRole in [Thread_Device_Role.Leader, Thread_Device_Role.Router, Thread_Device_Role.RE…
1185 elif eRoleId == Thread_Device_Role.Router:
/openthread-2.7.6/
DREADME.md13 …h Link Establishment, Mesh Routing) and device roles, as well as [Border Router](https://github.co…