Lines Matching refs:c
62 c = cli.Node() variable
73 r3.allowlist_node(c)
75 c.allowlist_node(r3)
85 c.join(r1, cli.JOIN_TYPE_SLEEPY_END_DEVICE)
86 c.set_pollperiod(400)
91 verify(c.get_state() == 'child')
116 c_rloc = int(c.get_rloc16(), 16)
121 c_address = next(addr for addr in c.get_ip_addrs() if addr.startswith('fd00:abba:'))
155 r3.un_allowlist_node(c)
156 r2.allowlist_node(c)
157 c.allowlist_node(r2)
158 c.un_allowlist_node(r3)
160 c.thread_stop()
161 c.thread_start()
165 verify(c.get_state() == 'child')
166 verify(int(c.get_parent_info()['Rloc'], 16) == r2_rloc)
201 r2.un_allowlist_node(c)
202 r1.allowlist_node(c)
203 c.allowlist_node(r1)
204 c.un_allowlist_node(r2)
206 c.thread_stop()
207 c.thread_start()
211 verify(c.get_state() == 'child')
212 verify(int(c.get_parent_info()['Rloc'], 16) == r1_rloc)