Home
last modified time | relevance | path

Searched refs:get_child_ipaddrs (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tools/otci/tests/
Dtest_otci.py242 logging.info('child ipaddrs: %r', leader.get_child_ipaddrs())
686 logging.info('child ipaddrs: %r', commissioner.get_child_ipaddrs())
/openthread-latest/tools/otci/otci/
Dotci.py1266 def get_child_ipaddrs(self) -> Dict[Rloc16, List[Ip6Addr]]: member in OTCI