Lines Matching refs:r3
61 r3 = cli.Node() variable
70 r2.allowlist_node(r3)
72 r3.allowlist_node(r2)
73 r3.allowlist_node(c)
75 c.allowlist_node(r3)
84 r3.join(r1)
90 verify(r3.get_state() == 'router')
115 r3_rloc = int(r3.get_rloc16(), 16)
120 r3_address = next(addr for addr in r3.get_ip_addrs() if addr.startswith('fd00:abba:'))
155 r3.un_allowlist_node(c)
158 c.un_allowlist_node(r3)
175 r3.udp_open()
176 r3.udp_send(c_address, port, 'hi_from_r3_to_c')
180 cache_table = r3.get_eidcache()