/openthread-latest/tests/scripts/thread-cert/border_router/ |
D | test_end_device_udp_reachability.py | 53 PORT = 11111 variable 87 br1.udp_start("::", PORT, bind_unspecified=True) 103 fed1.udp_start("::", PORT) 105 fed1.udp_send(UDP_PAYLOAD_LEN, host_addr, PORT) 108 host.udp_send_host(data='A' * UDP_PAYLOAD_LEN, ipaddr=fed1_omr_addr, port=PORT) 128 PORT=PORT, 141 PORT=PORT,
|
/openthread-latest/tests/toranj/ncp/ |
D | test-039-address-cache-table-snoop.py | 109 PORT = 1234 variable 127 sender = r1.prepare_tx((r1_address, PORT), (PREFIX + "800:" + str(num), PORT), "hi nobody!", 1) 168 sender = r1.prepare_tx((r1_address, PORT), (PREFIX + "800:" + str(num), PORT), "hi nobody!", 1) 193 …sender = r1.prepare_tx((r1_address, PORT), (PREFIX + "800:" + str(num), PORT), "hi again nobody!",… 214 …sender = r2.prepare_tx((PREFIX + "2:" + str(num), PORT), (r1_address, PORT), "hi r1 from r2 (snoop… 241 …sender = r1.prepare_tx((r1_address, PORT), (PREFIX + "2:" + str(num), PORT), "hi back r2 from r1",… 265 sender = r1.prepare_tx((r1_address, PORT), (PREFIX + "3:" + str(num), PORT), "hi r3 from r1", 1) 285 … sender = r1.prepare_tx((r1_address, PORT), (PREFIX + "c3:" + str(num), PORT), "hi c3 from r1", 1) 306 …sender = r1.prepare_tx((r1_address, PORT), (PREFIX + "2:" + str(num), PORT), "hi again r2 from r1"… 326 sender = r1.prepare_tx((r1_address, PORT), (PREFIX + "900:" + str(num), PORT), "hi nobody!", 1) [all …]
|
D | test-006-traffic-router-end-device.py | 77 PORT = 1234 variable 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 | 77 PORT = 1234 variable 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-041-lowpan-fragmentation.py | 69 PORT = 1234 variable 74 sender = node1.prepare_tx((ll1, PORT), (ll2, PORT), msg_length)
|
/openthread-latest/third_party/mbedtls/repo/tests/ |
D | compat.sh | 624 M_SERVER_ARGS="server_port=$PORT server_addr=0.0.0.0 force_version=$MODE" 625 O_SERVER_ARGS="-accept $PORT -cipher ALL,COMPLEMENTOFALL -$O_MODE" 626 G_SERVER_ARGS="-p $PORT --http $G_MODE" 649 M_CLIENT_ARGS="server_port=$PORT server_addr=127.0.0.1 force_version=$MODE" 650 O_CLIENT_ARGS="-connect localhost:$PORT -$O_MODE" 651 G_CLIENT_ARGS="-p $PORT --debug 3 $G_MODE" 811 wait_server_start "$PORT" "$SRV_PID" 1078 PORT="0000$$" 1079 PORT="1$(echo $PORT | tail -c 5)"
|
/openthread-latest/tools/harness-simulation/posix/ |
D | launch_testbed.py | 48 PORT = 12345 variable 201 s = init_socket(ifname, GROUP, PORT)
|