Searched refs:UDP_TEST_PORT (Results 1 – 4 of 4) sorted by relevance
/openthread-3.5.0/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) 71 self.nodes[LEADER].udp_send(1952, mleid_router, common.UDP_TEST_PORT) 75 self.nodes[ROUTER].udp_send(1831, mleid_leader, 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) 94 … self.nodes[LEADER].udp_send(UDP_BYTES_COUNT, self.nodes[SED_1].get_rloc(), common.UDP_TEST_PORT) 102 … self.nodes[SED_1].udp_send(UDP_BYTES_COUNT, self.nodes[LEADER].get_rloc(), common.UDP_TEST_PORT)
|
D | common.py | 40 UDP_TEST_PORT = 12345 variable
|
D | ipv6.py | 1064 if message_info.dst_port == common.UDP_TEST_PORT:
|