Home
last modified time | relevance | path

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

/openthread-3.5.0/tests/scripts/thread-cert/
Dtest_ipv6_fragmentation.py68 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)
Dv1_2_test_enhanced_frame_pending.py85 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)
Dcommon.py40 UDP_TEST_PORT = 12345 variable
Dipv6.py1064 if message_info.dst_port == common.UDP_TEST_PORT: