/openthread-latest/tests/toranj/cli/ |
D | test-027-slaac-address.py | 59 def verify_slaac_address_for_prefix(prefix, preferred, nodes=[r1, r2], origin='slaac'): argument 69 if (preferred): 122 verify_slaac_address_for_prefix('fd00:11:0:0:', preferred=True) 132 verify_slaac_address_for_prefix('fd00:11:0:0:', preferred=True) 133 verify_slaac_address_for_prefix('fd00:22:0:0:', preferred=True) 145 verify_slaac_address_for_prefix('fd00:11:0:0:', preferred=True) 146 verify_slaac_address_for_prefix('fd00:22:0:0:', preferred=True) 157 verify_slaac_address_for_prefix('fd00:11:0:0:', preferred=True) 158 verify_slaac_address_for_prefix('fd00:22:0:0:', preferred=True) 171 verify_slaac_address_for_prefix('fd00:11:0:0:', preferred=False) [all …]
|
/openthread-latest/tests/toranj/ncp/ |
D | test-025-network-data-timeout.py | 69 preferred=True, argument 86 verify(p.is_preferred() == preferred) 152 r1.add_prefix(prefix1, on_mesh=True, preferred=True, stable=True) 153 r2.add_prefix(prefix2, on_mesh=True, preferred=True, stable=True) 154 c2.add_prefix(prefix3, on_mesh=True, preferred=True, stable=True) 157 r1.add_prefix(common_prefix, on_mesh=True, preferred=True, stable=False) 158 r2.add_prefix(common_prefix, on_mesh=True, preferred=True, stable=True) 159 c2.add_prefix(common_prefix, on_mesh=True, preferred=False, stable=True) 174 preferred=True, 182 preferred=True, [all …]
|
D | test-010-on-mesh-prefix-config-gateway.py | 71 preferred=True, argument 87 verify(p.is_preferred() == preferred) 218 preferred=False, 234 preferred=False, 260 preferred=True, 273 preferred=True,
|
D | test-024-partition-merge.py | 71 preferred=False, argument 87 verify(p.is_preferred() == preferred)
|
D | test-026-slaac-address-wpantund.py | 76 preferred=False, argument 87 … p.is_config() == configure and p.is_preferred() == preferred and p.priority == priority):
|
D | test-040-network-data-stable-full.py | 73 preferred=False, argument 90 verify(p.is_preferred() == preferred)
|
D | test-030-slaac-address-ncp.py | 84 preferred=False, argument 95 … p.is_config() == configure and p.is_preferred() == preferred and p.priority == priority):
|
D | test-038-clear-address-cache-for-sed.py | 76 r1.add_prefix(PREFIX, stable=True, on_mesh=True, slaac=True, preferred=True)
|
D | test-021-address-cache-table.py | 81 r1.add_prefix(PREFIX, stable=True, on_mesh=True, slaac=True, preferred=True)
|
D | test-039-address-cache-table-snoop.py | 80 r1.add_prefix(PREFIX, stable=True, on_mesh=True, slaac=False, preferred=True)
|
D | wpan.py | 498 preferred=False): argument 501 … (' -f' if preferred else '') + (' -a' if slaac else '') + (' -d' if dhcp else '') +
|
/openthread-latest/src/cli/ |
D | README_UDP.md | 109 …an IPv4 address, which will be synthesized to an IPv6 address using the preferred NAT64 prefix fro… 111 > Note: The command will return `InvalidState` when the preferred NAT64 prefix is unavailable. 169 …an IPv4 address, which will be synthesized to an IPv6 address using the preferred NAT64 prefix fro… 171 > Note: The command will return `InvalidState` when the preferred NAT64 prefix is unavailable.
|
D | README_SRP_CLIENT.md | 190 …preferred Thread netif unicast addresses excluding all link-local and mesh-local addresses. If the…
|
D | README.md | 717 ### channel preferred 719 Get preferred channel mask. 722 > channel preferred 1390 …an IPv4 address, which will be synthesized to an IPv6 address using the preferred NAT64 prefix fro… 1392 …return `InvalidState` when the DNS server IP is an IPv4 address but the preferred NAT64 prefix is … 1458 …the preferred NAT64 prefix from the network data. The command will return `InvalidState` when the … 1466 …the preferred NAT64 prefix from the network data. The command will return `InvalidState` when the … 1737 - `preferred`: preferred flag (boolean) 1742 fd5e:18fa:f4a5:b8:0:ff:fe00:fc00 origin:thread plen:64 preferred:0 valid:1 1743 fd5e:18fa:f4a5:b8:0:ff:fe00:dc00 origin:thread plen:64 preferred:0 valid:1 [all …]
|
D | README_TCP.md | 137 …an IPv4 address, which will be synthesized to an IPv6 address using the preferred NAT64 prefix fro… 139 > Note: The command will return `InvalidState` when the preferred NAT64 prefix is unavailable.
|
D | README_HISTORY.md | 102 …1:dead:beef:cafe:c4cb:caba:8d55:e30b prefixlen:64 origin:slaac scope:14 preferred:yes valid:yes rl… 103 …1:dead:beef:cafe:c4cb:caba:8d55:e30b prefixlen:64 origin:slaac scope:14 preferred:yes valid:yes rl… 104 …nt:Added address:fd00:0:0:0:0:0:0:1 prefixlen:64 origin:manual scope:14 preferred:yes valid:yes rl… 105 …ress:fdde:ad00:beef:0:0:ff:fe00:fc00 prefixlen:64 origin:thread scope:3 preferred:no valid:yes rlo… 106 …ress:fdde:ad00:beef:0:0:ff:fe00:5400 prefixlen:64 origin:thread scope:3 preferred:no valid:yes rlo…
|
D | README_BR.md | 222 2001:db8:cafe:0:0/64 lifetime:1800 preferred:1800 291 prefix:1200:abba:baba:0::/64, on-link:yes, ms-since-rx:29527, lifetime:1800, preferred:1800, router…
|
/openthread-latest/src/posix/platform/ |
D | openthread.conf.example | 31 # The radio preferred channel mask that the device prefers to form on.
|
/openthread-latest/ |
D | STYLE_GUIDE.md | 89 …ce, indicated by the & symbol. Where appropriate, the reference should be preferred to the pointer. 91 … be passed by value or by constant reference; however, pass-by-value should generally be preferred. 100 …- Wherever possible and practical, C++ style casts should be used and preferred to the C style cas…
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-driver-example-and-guide.md | 127 * *At compile time via flags.* This is the preferred option when your project uses Mbed TLS mostly … 137 * *Providing a user config file.* This is the preferred option when your project requires a custom …
|
D | 3.0-migration-guide.md | 749 …ified and may change, but generally you can expect 256-bit curves to be preferred over larger curv… 1007 change the preferred order of ciphersuites on the server to those used on the client,
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 195 At the time of writing, the preferred configuration mechanism for a PSA service is in JSON syntax. … 197 For PSA Crypto, the preferred configuration mechanism would be similar to capability specifications…
|
/openthread-latest/third_party/mbedtls/repo/framework/ |
D | LICENSE | 34 "Source" form shall mean the preferred form for making modifications, 369 The source code for a work means the preferred form of the work for
|
/openthread-latest/third_party/mbedtls/repo/ |
D | LICENSE | 34 "Source" form shall mean the preferred form for making modifications, 369 The source code for a work means the preferred form of the work for
|
/openthread-latest/doc/ |
D | Doxyfile.in | 1146 # This is preferred over using HTML_STYLESHEET since it does not replace the 1210 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
|