Searched defs:IPv6Address (Results 1 – 6 of 6) sorted by relevance
| /external/openthread/tests/scripts/thread-cert/ |
| D | find_border_agents.py | 54 def get_ipaddr_priority(addr: ipaddress.IPv6Address):
|
| D | network_diag.py | 61 def __init__(self, addresses: List[ipaddress.IPv6Address]):
|
| D | node.py | 1384 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/ |
| D | otci.py | 800 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/ |
| D | ipaddress.py | 1875 class IPv6Address(_BaseV6, _BaseAddress): class
|
| /external/python/ipaddress/ |
| D | ipaddress.py | 1997 class IPv6Address(_BaseV6, _BaseAddress): class
|