Home
last modified time | relevance | path

Searched refs:preferred (Results 1 – 25 of 28) sorted by relevance

12

/openthread-latest/tests/toranj/cli/
Dtest-027-slaac-address.py59 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/
Dtest-025-network-data-timeout.py69 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 …]
Dtest-010-on-mesh-prefix-config-gateway.py71 preferred=True, argument
87 verify(p.is_preferred() == preferred)
218 preferred=False,
234 preferred=False,
260 preferred=True,
273 preferred=True,
Dtest-024-partition-merge.py71 preferred=False, argument
87 verify(p.is_preferred() == preferred)
Dtest-026-slaac-address-wpantund.py76 preferred=False, argument
87 … p.is_config() == configure and p.is_preferred() == preferred and p.priority == priority):
Dtest-040-network-data-stable-full.py73 preferred=False, argument
90 verify(p.is_preferred() == preferred)
Dtest-030-slaac-address-ncp.py84 preferred=False, argument
95 … p.is_config() == configure and p.is_preferred() == preferred and p.priority == priority):
Dtest-038-clear-address-cache-for-sed.py76 r1.add_prefix(PREFIX, stable=True, on_mesh=True, slaac=True, preferred=True)
Dtest-021-address-cache-table.py81 r1.add_prefix(PREFIX, stable=True, on_mesh=True, slaac=True, preferred=True)
Dtest-039-address-cache-table-snoop.py80 r1.add_prefix(PREFIX, stable=True, on_mesh=True, slaac=False, preferred=True)
Dwpan.py498 preferred=False): argument
501 … (' -f' if preferred else '') + (' -a' if slaac else '') + (' -d' if dhcp else '') +
/openthread-latest/src/cli/
DREADME_UDP.md109 …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.
DREADME_SRP_CLIENT.md190preferred Thread netif unicast addresses excluding all link-local and mesh-local addresses. If the…
DREADME.md717 ### 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 …]
DREADME_TCP.md137 …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.
DREADME_HISTORY.md102 …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…
DREADME_BR.md222 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/
Dopenthread.conf.example31 # The radio preferred channel mask that the device prefers to form on.
/openthread-latest/
DSTYLE_GUIDE.md89 …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/
Dpsa-driver-example-and-guide.md127 * *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 …
D3.0-migration-guide.md749 …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/
Dpsa-conditional-inclusion-c.md195 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/
DLICENSE34 "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/
DLICENSE34 "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/
DDoxyfile.in1146 # 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

12