Searched refs:children (Results 1 – 9 of 9) sorted by relevance
/openthread-3.5.0/tests/toranj/ncp/ |
D | test-011-child-table.py | 50 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:
|
D | test-016-neighbor-table.py | 57 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:
|
D | test-027-child-mode-change.py | 44 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/ |
D | network_diag.py | 227 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/ |
D | README.md | 630 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/ |
D | abi_check.py | 230 children = parent.getchildren() 231 for child in children:
|
/openthread-3.5.0/etc/cmake/ |
D | options.cmake | 319 …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/ |
D | mbedtls.doxyfile | 1870 # number of direct children of the root node in a graph is already larger than
|
/openthread-3.5.0/doc/ |
D | Doxyfile.in | 2331 # children of the root node in a graph is already larger than
|