Home
last modified time | relevance | path

Searched defs:IPv6Address (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/
Dfind_border_agents.py54 def get_ipaddr_priority(addr: ipaddress.IPv6Address):
Dnetwork_diag.py61 def __init__(self, addresses: List[ipaddress.IPv6Address]):
Dnode.py1651 def multicast_listener_add(self, ip: Union[IPv6Address, str], timeout: int = 0):
1664 def register_multicast_listener(self, *ipaddrs: Union[IPv6Address, str], timeout=None):
/openthread-latest/tools/otci/otci/
Dotci.py835 server: Tuple[Union[str, ipaddress.IPv6Address], int],
1058 def srp_client_start(self, server_ip: Union[str, ipaddress.IPv6Address], server_port: int):
1122 def srp_client_set_host_addresses(self, *addrs: Union[str, ipaddress.IPv6Address]):
1944 def add_ipaddr(self, ip: Union[str, ipaddress.IPv6Address]):
1948 def del_ipaddr(self, ip: Union[str, ipaddress.IPv6Address]):
1956 def has_ipaddr(self, ip: Union[str, ipaddress.IPv6Address]):
1976 def add_ipmaddr(self, ip: Union[str, ipaddress.IPv6Address]):
1980 def del_ipmaddr(self, ip: Union[str, ipaddress.IPv6Address]):
1988 def has_ipmaddr(self, ip: Union[str, ipaddress.IPv6Address]):