Searched refs:dhcp (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/tests/toranj/ncp/ |
D | test-010-on-mesh-prefix-config-gateway.py | 68 dhcp=False, argument 85 verify(p.is_dhcp() == dhcp) 215 dhcp=True, 231 dhcp=True, 257 dhcp=False, 270 dhcp=False,
|
D | test-024-partition-merge.py | 68 dhcp=False, argument 85 verify(p.is_dhcp() == dhcp)
|
D | test-025-network-data-timeout.py | 66 dhcp=False, argument 84 verify(p.is_dhcp() == dhcp)
|
D | test-026-slaac-address-wpantund.py | 73 dhcp=False, argument 86 … p.is_def_route() == default_route and p.is_slaac() == slaac and p.is_dhcp() == dhcp and
|
D | test-040-network-data-stable-full.py | 70 dhcp=False, argument 88 verify(p.is_dhcp() == dhcp)
|
D | test-030-slaac-address-ncp.py | 81 dhcp=False, argument 94 … p.is_def_route() == default_route and p.is_slaac() == slaac and p.is_dhcp() == dhcp and
|
D | wpan.py | 495 dhcp=False, argument 501 … (' -f' if preferred else '') + (' -a' if slaac else '') + (' -d' if dhcp else '') +
|