Home
last modified time | relevance | path

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

/external/openthread/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.py1384 def multicast_listener_add(self, ip: Union[IPv6Address, str], timeout: int = 0):
1397 def register_multicast_listener(self, *ipaddrs: Union[IPv6Address, str], timeout=None):
/external/openthread/tools/otci/otci/
Dotci.py800 server: Tuple[Union[str, ipaddress.IPv6Address], int],
1021 def srp_client_start(self, server_ip: Union[str, ipaddress.IPv6Address], server_port: int):
1085 def srp_client_set_host_addresses(self, *addrs: Union[str, ipaddress.IPv6Address]):
1880 def add_ipaddr(self, ip: Union[str, ipaddress.IPv6Address]):
1884 def del_ipaddr(self, ip: Union[str, ipaddress.IPv6Address]):
1892 def has_ipaddr(self, ip: Union[str, ipaddress.IPv6Address]):
1912 def add_ipmaddr(self, ip: Union[str, ipaddress.IPv6Address]):
1916 def del_ipmaddr(self, ip: Union[str, ipaddress.IPv6Address]):
1924 def has_ipmaddr(self, ip: Union[str, ipaddress.IPv6Address]):
/external/python/cpython3/Lib/
Dipaddress.py1875 class IPv6Address(_BaseV6, _BaseAddress): class
/external/python/ipaddress/
Dipaddress.py1997 class IPv6Address(_BaseV6, _BaseAddress): class