Searched refs:NUM_MSGS (Results 1 – 5 of 5) sorted by relevance
/openthread-3.7.0/tests/toranj/ncp/ |
D | test-009-insecure-traffic-join.py | 59 NUM_MSGS = 4 variable 78 sender = node2.prepare_tx(ll2, (ll1, insecure_port), "Hi (insecure)", NUM_MSGS) 92 sender2 = node1.prepare_tx((ll1, insecure_port), (ll2, rx_port), "Hi back! (insecure)", NUM_MSGS) 106 sender = node2.prepare_tx(ll2, (ll1, insecure_port), "Hi (now secure)", NUM_MSGS) 114 sender2 = node1.prepare_tx((ll1, insecure_port), (ll2, rx_port), "Hi back! (secure now)", NUM_MSGS)
|
D | test-006-traffic-router-end-device.py | 75 NUM_MSGS = 3 variable 83 sender = node1.prepare_tx(src, dst, msg_length, NUM_MSGS) 93 s1 = node1.prepare_tx((src, PORT), (dst, PORT), 'Hi there!', NUM_MSGS) 95 s2 = node2.prepare_tx((dst, PORT), (src, PORT), 'Hello back to you!', NUM_MSGS)
|
D | test-007-traffic-router-sleepy.py | 75 NUM_MSGS = 3 variable 88 sender = node1.prepare_tx(src, dst, msg_length, NUM_MSGS) 98 s1 = node1.prepare_tx((src, PORT), (dst, PORT), 'Hi there!', NUM_MSGS) 100 s2 = node2.prepare_tx((dst, PORT), (src, PORT), 'Hello back to you!', NUM_MSGS)
|
D | test-012-multi-hop-traffic.py | 126 NUM_MSGS = 3 variable 153 sender = routers[0].prepare_tx(src, dst, msg_length, NUM_MSGS) 166 sender = sed_children[-1].prepare_tx(src, dst, msg_length, NUM_MSGS) 179 sender = fed_children[0].prepare_tx(src, dst, msg_length, NUM_MSGS)
|
D | test-027-child-mode-change.py | 124 NUM_MSGS = 6 variable 129 sender = parent.prepare_tx(parent_ml_address, child2_ml_address, 800, NUM_MSGS)
|