Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/
Dnode.py3267 def udp_start(self, local_ipaddr, local_port, bind_unspecified=False): argument
3272 cmd = 'udp bind %s %s %s' % ("-u" if bind_unspecified else "", local_ipaddr, local_port)