Home
last modified time | relevance | path

Searched refs:ipmaddr (Results 1 – 3 of 3) sorted by relevance

/openthread-3.4.0/src/cli/
DREADME_HISTORY.md15 - [ipmaddr](#ipmaddr)
55 ipmaddr
110 ### ipmaddr subsection
112 Usage `history ipmaddr [list] [<num-entries>]`
123 > history ipmaddr
141 > history ipmaddr list
DREADME.md60 - [ipmaddr](#ipmaddr)
1564 ### ipmaddr subsection
1569 > ipmaddr
1576 ### ipmaddr add \<ipaddr\>
1581 > ipmaddr add ff05::1
1585 ### ipmaddr del \<ipaddr\>
1590 > ipmaddr del ff05::1
1594 ### ipmaddr llatn
1599 > ipmaddr llatn
1604 ### ipmaddr promiscuous
[all …]
/openthread-3.4.0/tests/scripts/thread-cert/
Dnode.py1861 def add_ipmaddr(self, ipmaddr): argument
1862 cmd = 'ipmaddr add %s' % ipmaddr
1866 def del_ipmaddr(self, ipmaddr): argument
1867 cmd = 'ipmaddr del %s' % ipmaddr
1916 ipmaddr = ipaddress.ip_address(address)
1921 if ipaddress.ip_address(addr) == ipmaddr: