Home
last modified time | relevance | path

Searched refs:is_on_mesh (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/tests/toranj/ncp/
Dtest-015-same-prefix-on-multiple-nodes.py98 … if (p.origin == 'ncp' and p.prefix_len == '64' and p.is_stable() and p.is_on_mesh() and
Dtest-014-ip6-address-add.py138 verify(p.is_on_mesh())
Dtest-024-partition-merge.py82 verify(p.is_on_mesh() == on_mesh)
Dtest-010-on-mesh-prefix-config-gateway.py82 verify(p.is_on_mesh() == on_mesh)
Dtest-025-network-data-timeout.py81 verify(p.is_on_mesh() == on_mesh)
Dtest-026-slaac-address-wpantund.py85 … if (int(p.prefix_len) == prefix_len and p.is_stable() == stable and p.is_on_mesh() == on_mesh and
Dtest-040-network-data-stable-full.py85 verify(p.is_on_mesh() == on_mesh)
Dtest-030-slaac-address-ncp.py93 … if (int(p.prefix_len) == prefix_len and p.is_stable() == stable and p.is_on_mesh() == on_mesh and
Dwpan.py1199 def is_on_mesh(self): member in OnMeshPrefix