Home
last modified time | relevance | path

Searched refs:children (Results 1 – 9 of 9) sorted by relevance

/openthread-3.5.0/tests/toranj/ncp/
Dtest-011-child-table.py50 children = [] variable
52 children.append(wpan.Node())
54 all_nodes = [router] + children
65 for child in children:
76 verify(len(child_table) == len(children))
78 for child in children:
Dtest-016-neighbor-table.py57 children = [] variable
59 children.append(wpan.Node())
66 all_nodes = routers + children + ed
85 children[num].allowlist_node(routers[0])
86 routers[0].allowlist_node(children[num])
102 children[num].join_node(routers[0], wpan.JOIN_TYPE_SLEEPY_END_DEVICE)
103 children[num].set(wpan.WPAN_POLL_INTERVAL, '300')
117 for child in children:
Dtest-027-child-mode-change.py44 def verify_child_table(parent, children): argument
50 verify(len(child_table) == len(children))
51 for child in children:
94 children = [child1, child2] variable
118 verify_child_table(parent, children)
/openthread-3.5.0/tests/scripts/thread-cert/
Dnetwork_diag.py227 def __init__(self, children: List[ChildTableEntry]):
228 self._children = sorted(children, key=lambda child: child.child_id)
231 def children(self): member in ChildTable
237 return self.children == other.children
246 children = []
257 children.append(ChildTableEntry(timeout, child_id, mode))
258 return ChildTable(children)
/openthread-3.5.0/src/cli/
DREADME.md630 Print table of attached children.
663 Get the list of IP addresses stored for MTD children.
694 Get the Thread maximum number of allowed children.
704 Set the Thread maximum number of allowed children.
1996 ### meshdiag topology [ip6-addrs][children]
2005 - `children` to discover the child table of every router.
2023 - If `children`, list of all children of the router. Information per child:
2049 Discover network topology with router's IPv6 addresses and children:
2052 > meshdiag topology children ip6-addrs
2059 children: none
[all …]
/openthread-3.5.0/third_party/mbedtls/repo/scripts/
Dabi_check.py230 children = parent.getchildren()
231 for child in children:
/openthread-3.5.0/etc/cmake/
Doptions.cmake319 …int_option(OT_MLE_MAX_CHILDREN OPENTHREAD_CONFIG_MLE_MAX_CHILDREN "set maximum number of children")
/openthread-3.5.0/third_party/mbedtls/repo/doxygen/
Dmbedtls.doxyfile1870 # number of direct children of the root node in a graph is already larger than
/openthread-3.5.0/doc/
DDoxyfile.in2331 # children of the root node in a graph is already larger than