Lines Matching refs:r2
60 r2 = cli.Node() variable
67 r1.allowlist_node(r2)
69 r2.allowlist_node(r1)
70 r2.allowlist_node(r3)
72 r3.allowlist_node(r2)
83 r2.join(r1)
89 verify(r2.get_state() == 'router')
114 r2_rloc = int(r2.get_rloc16(), 16)
119 r2_address = next(addr for addr in r2.get_ip_addrs() if addr.startswith('fd00:abba:'))
129 r2.udp_open()
130 r2.udp_send(c_address, port, 'hi_from_r2_to_c')
134 cache_table = r2.get_eidcache()
156 r2.allowlist_node(c)
157 c.allowlist_node(r2)
201 r2.un_allowlist_node(c)
204 c.un_allowlist_node(r2)
225 r2.ping(c_address)