Searched refs:udp_start (Results 1 – 5 of 5) sorted by relevance
/external/openthread/tests/scripts/thread-cert/ |
D | test_ipv6_fragmentation.py | 68 self.nodes[LEADER].udp_start("::", common.UDP_TEST_PORT) 69 self.nodes[ROUTER].udp_start("::", common.UDP_TEST_PORT)
|
D | v1_2_test_enhanced_frame_pending.py | 85 self.nodes[LEADER].udp_start('::', common.UDP_TEST_PORT) 86 self.nodes[SED_1].udp_start('::', common.UDP_TEST_PORT)
|
D | test_anycast.py | 76 self.nodes[ROUTER1].udp_start('::', TEST_UDP_PORT) 82 self.nodes[i].udp_start('::', TEST_UDP_PORT)
|
D | node.py | 2759 def udp_start(self, local_ipaddr, local_port, bind_unspecified=False): member in NodeImpl
|
/external/openthread/tests/scripts/thread-cert/border_router/ |
D | test_end_device_udp_reachability.py | 87 br1.udp_start("::", PORT, bind_unspecified=True) 103 fed1.udp_start("::", PORT)
|