Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/border_router/
Dtest_end_device_udp_reachability.py87 br1.udp_start("::", PORT, bind_unspecified=True)
/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)