Searched refs:is_on_mesh (Results 1 – 9 of 9) sorted by relevance
98 … if (p.origin == 'ncp' and p.prefix_len == '64' and p.is_stable() and p.is_on_mesh() and
138 verify(p.is_on_mesh())
82 verify(p.is_on_mesh() == on_mesh)
81 verify(p.is_on_mesh() == on_mesh)
85 … if (int(p.prefix_len) == prefix_len and p.is_stable() == stable and p.is_on_mesh() == on_mesh and
85 verify(p.is_on_mesh() == on_mesh)
93 … if (int(p.prefix_len) == prefix_len and p.is_stable() == stable and p.is_on_mesh() == on_mesh and
1199 def is_on_mesh(self): member in OnMeshPrefix