Searched defs:IPv6Address (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/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 | 1646 def multicast_listener_add(self, ip: Union[IPv6Address, str], timeout: int = 0): 1659 def register_multicast_listener(self, *ipaddrs: Union[IPv6Address, str], timeout=None):
|
/openthread-latest/tools/otci/otci/ |
D | otci.py | 835 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]): 1937 def add_ipaddr(self, ip: Union[str, ipaddress.IPv6Address]): 1941 def del_ipaddr(self, ip: Union[str, ipaddress.IPv6Address]): 1949 def has_ipaddr(self, ip: Union[str, ipaddress.IPv6Address]): 1969 def add_ipmaddr(self, ip: Union[str, ipaddress.IPv6Address]): 1973 def del_ipmaddr(self, ip: Union[str, ipaddress.IPv6Address]): 1981 def has_ipmaddr(self, ip: Union[str, ipaddress.IPv6Address]):
|