Searched refs:is_dhcp (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
142 verify(p.is_dhcp() is False)
85 verify(p.is_dhcp() == dhcp)
84 verify(p.is_dhcp() == dhcp)
86 … p.is_def_route() == default_route and p.is_slaac() == slaac and p.is_dhcp() == dhcp and
88 verify(p.is_dhcp() == dhcp)
94 … p.is_def_route() == default_route and p.is_slaac() == slaac and p.is_dhcp() == dhcp and
1208 def is_dhcp(self): member in OnMeshPrefix