Searched refs:is_slaac (Results 1 – 9 of 9) sorted by relevance
99 … p.is_preferred() and not p.is_def_route() and not p.is_slaac() and not p.is_dhcp() and
141 verify(p.is_slaac() is False)
84 verify(p.is_slaac() == slaac)
83 verify(p.is_slaac() == slaac)
86 … p.is_def_route() == default_route and p.is_slaac() == slaac and p.is_dhcp() == dhcp and
87 verify(p.is_slaac() == slaac)
94 … p.is_def_route() == default_route and p.is_slaac() == slaac and p.is_dhcp() == dhcp and
1211 def is_slaac(self): member in OnMeshPrefix