Home
last modified time | relevance | path

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

/openthread-latest/tests/toranj/cli/
Dtest-014-address-resolver.py273 r2.udp_bind(prefix + '2:' + str(num), port)
404 c2.udp_bind(prefix + 'c2:' + str(num), port)
Dcli.py546 def udp_bind(self, address, port): member in Node
/openthread-latest/tools/otci/tests/
Dtest_otci.py310 leader.udp_bind("::", 1234, netif=netif)
/openthread-latest/tools/otci/otci/
Dotci.py2366 def udp_bind(self, ip: str, port: int, netif: NetifIdentifier = NetifIdentifier.THERAD): member in OTCI