Home
last modified time | relevance | path

Searched defs:add_ipmaddr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dnode.py1974 def add_ipmaddr(self, ipmaddr): member in NodeImpl
3935 def add_ipmaddr(self, *args, **kwargs): member in LinuxHost
/aosp_15_r20/external/openthread/tools/otci/otci/
H A Dotci.py1969 def add_ipmaddr(self, ip: Union[str, ipaddress.IPv6Address]): member in OTCI