Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/border_router/
Dtest_firewall.py205 … host.udp_send_host(router1.get_ip6_address(config.ADDRESS_TYPE.OMR)[0], config.TMF_PORT, "HELLO")
208 br1.udp_send_host(router1.get_mleid(), config.TMF_PORT, "BYE")
211 br1.udp_send_host(br1.get_mleid(), config.TMF_PORT, "SELF")
316 … lambda p: p.udp.dstport == config.TMF_PORT and p.udp.length == len("HELLO") + 8).must_next()
318 … lambda p: p.udp.dstport == config.TMF_PORT and p.udp.length == len("HELLO") + 8).must_not_next()
323 … lambda p: p.udp.dstport == config.TMF_PORT and p.udp.length == len("BYE") + 8).must_not_next()
328 … lambda p: p.udp.dstport == config.TMF_PORT and p.udp.length == len("SELF") + 8).must_not_next()
/openthread-latest/tests/scripts/thread-cert/
Dconfig.py60 TMF_PORT = 61631 variable