Home
last modified time | relevance | path

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

/openthread-latest/tests/toranj/cli/
Dtest-015-clear-addresss-cache-for-sed.py121 c_address = next(addr for addr in c.get_ip_addrs() if addr.startswith('fd00:abba:')) variable
130 r2.udp_send(c_address, port, 'hi_from_r2_to_c')
137 if (fields[0] == c_address):
176 r3.udp_send(c_address, port, 'hi_from_r3_to_c')
183 if (fields[0] == c_address):
225 r2.ping(c_address)
/openthread-latest/tests/toranj/ncp/
Dtest-038-clear-address-cache-for-sed.py111 c_address = c.find_ip6_address_with_prefix(PREFIX) variable
117 sender = r1.prepare_tx(r1_address, c_address, "Hi from r1 to c")
161 sender = r2.prepare_tx(r2_address, c_address, "Hi from r2 to c")
197 sender = r1.prepare_tx(r1_address, c_address, "Hi from r1 to c")