Home
last modified time | relevance | path

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

/openthread-latest/tools/otci/tests/
Dtest_otci.py413 client.srp_client_set_host_addresses('2001::1')
415 client.srp_client_set_host_addresses('2001::1', '2001::2')
/openthread-latest/tools/otci/otci/
Dotci.py1122 def srp_client_set_host_addresses(self, *addrs: Union[str, ipaddress.IPv6Address]): member in OTCI