Home
last modified time | relevance | path

Searched refs:border_router (Results 1 – 17 of 17) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/
DCert_5_6_02_NetworkDataRegisterBeforeAttachRouter.py138 … p.thread_nwd.tlv.prefix) and p.thread_nwd.tlv.border_router.flag.p == [1, 1] and p.thread_nwd.tlv.
139border_router.flag.s == [1, 1] and p.thread_nwd.tlv.border_router.flag.r == [1, 1] and p.thread_nw…
140 border_router.flag.o == [1, 1] and p.thread_nwd.tlv.stable == [0, 1, 1, 1, 0, 0, 0])
147 …a p: {Ipv6Addr('2001:2:0:1::')} == set(p.thread_nwd.tlv.prefix) and p.thread_nwd.tlv.border_router.
148 …flag.p == [1] and p.thread_nwd.tlv.border_router.flag.s == [1] and p.thread_nwd.tlv.border_router.…
149 … [1] and p.thread_nwd.tlv.border_router.flag.o == [1] and p.thread_nwd.tlv.stable == [1, 1, 1])
155 … p.thread_nwd.tlv.prefix) and p.thread_nwd.tlv.border_router.flag.p == [1, 1] and p.thread_nwd.tlv.
156border_router.flag.s == [1, 1] and p.thread_nwd.tlv.border_router.flag.r == [1, 1] and p.thread_nw…
157 border_router.flag.o == [1, 1] and p.thread_nwd.tlv.stable == [0, 1, 1, 1, 0, 0, 0])
DCert_7_1_01_BorderRouterAsLeader.py168 p.thread_nwd.tlv.border_router.flag.p == [1, 1] and\
169 p.thread_nwd.tlv.border_router.flag.s == [1, 1] and\
170 p.thread_nwd.tlv.border_router.flag.r == [1, 1] and\
171 p.thread_nwd.tlv.border_router.flag.o == [1, 1] and\
213 p.thread_nwd.tlv.border_router.flag.p == [1] and\
214 p.thread_nwd.tlv.border_router.flag.s == [1] and\
215 p.thread_nwd.tlv.border_router.flag.r == [1] and\
216 p.thread_nwd.tlv.border_router.flag.o == [1] and\
257 p.thread_nwd.tlv.border_router.flag.p == [1, 1] and\
258 p.thread_nwd.tlv.border_router.flag.s == [1, 1] and\
[all …]
Dtest_network_data.py57 def convert_border_router_to_bytearray(border_router): argument
60 border_router.border_router_16,
61 … (border_router.o & 0x01) | ((border_router.r & 0x01) << 1) | ((border_router.c & 0x01) << 2) |
62 …((border_router.d & 0x01) << 3) | ((border_router.s & 0x01) << 4) | ((border_router.p & 0x01) << 5…
63 ((border_router.prf & 0x03) << 6),
64 ((border_router.n & 0x01) << 7),
543 border_router = network_data.BorderRouter(
557 actual_border_router_16 = border_router.border_router_16
566 border_router = network_data.BorderRouter(
580 actual_prf = border_router.prf
[all …]
DCert_7_1_08_BorderRouterAsFED.py167 p.thread_nwd.tlv.border_router.flag.p == [1, 1] and\
168 p.thread_nwd.tlv.border_router.flag.s == [1, 1] and\
169 p.thread_nwd.tlv.border_router.flag.r == [1, 1] and\
170 p.thread_nwd.tlv.border_router.flag.o == [1, 1] and\
185 p.thread_nwd.tlv.border_router.flag.p == [1, 1] and\
186 p.thread_nwd.tlv.border_router.flag.s == [1, 1] and\
187 p.thread_nwd.tlv.border_router.flag.r == [1, 1] and\
188 p.thread_nwd.tlv.border_router.flag.o == [1, 1] and\
DCert_5_6_03_NetworkDataRegisterAfterAttachLeader.py130 … and p.thread_nwd.tlv.border_router.flag.p == [1, 1] and p.thread_nwd.tlv.border_router.flag.s ==
131 … [1, 1] and p.thread_nwd.tlv.border_router.flag.r == [1, 1] and p.thread_nwd.tlv.border_router.
144border_router.flag.p == [1] and p.thread_nwd.tlv.border_router.flag.s == [1] and p.thread_nwd.tlv.
145border_router.flag.r == [1] and p.thread_nwd.tlv.border_router.flag.o == [1] and p.thread_nwd.tlv.…
DCert_5_6_04_NetworkDataRegisterAfterAttachRouter.py137 … and p.thread_nwd.tlv.border_router.flag.p == [1, 1] and p.thread_nwd.tlv.border_router.flag.s ==
138 … [1, 1] and p.thread_nwd.tlv.border_router.flag.r == [1, 1] and p.thread_nwd.tlv.border_router.
151border_router.flag.p == [1] and p.thread_nwd.tlv.border_router.flag.s == [1] and p.thread_nwd.tlv.
152border_router.flag.r == [1] and p.thread_nwd.tlv.border_router.flag.o == [1] and p.thread_nwd.tlv.…
DCert_5_6_05_NetworkDataRegisterAfterAttachRouter.py143border_router.flag.p == [1, 1, 1] and p.thread_nwd.tlv.border_router.flag.s == [1, 1, 1] and p.
144 … thread_nwd.tlv.border_router.flag.r == [1, 1, 0] and p.thread_nwd.tlv.border_router.flag.o ==
157 … p.thread_nwd.tlv.prefix) and p.thread_nwd.tlv.border_router.flag.p == [1, 1] and p.thread_nwd.tlv.
158border_router.flag.s == [1, 1] and p.thread_nwd.tlv.border_router.flag.r == [1, 0] and p.thread_nw…
159 border_router.flag.o == [1, 1] and p.thread_nwd.tlv.stable == [1, 1, 1, 1, 1, 1])
DCert_7_1_03_BorderRouterAsLeader.py150 p.thread_nwd.tlv.border_router.flag.p == [1, 1] and\
151 p.thread_nwd.tlv.border_router.flag.s == [1, 1] and\
152 p.thread_nwd.tlv.border_router.flag.r == [1, 1] and\
153 p.thread_nwd.tlv.border_router.flag.o == [1, 1] and\
202 p.thread_nwd.tlv.border_router.flag.p == [1] and\
203 p.thread_nwd.tlv.border_router.flag.s == [1] and\
204 p.thread_nwd.tlv.border_router.flag.r == [1] and\
205 p.thread_nwd.tlv.border_router.flag.o == [1] and\
DCert_7_1_04_BorderRouterAsRouter.py132 …} == set(p.thread_nwd.tlv.prefix) and p.thread_nwd.tlv.border_router.flag.p == [1, 1] and p.thread…
133border_router.flag.s == [1, 1] and p.thread_nwd.tlv.border_router.flag.r == [1, 1] and p.
134 … thread_nwd.tlv.border_router.flag.o == [1, 1] and p.thread_nwd.tlv.stable == [1, 1, 0, 0])
143 … p.thread_nwd.tlv.prefix) and p.thread_nwd.tlv.border_router.flag.p == [1, 1] and p.thread_nwd.tlv.
144border_router.flag.s == [1, 1] and p.thread_nwd.tlv.border_router.flag.r == [1, 1] and p.thread_nw…
145 border_router.flag.o == [1, 1] and p.thread_nwd.tlv.stable == [0, 1, 1, 1, 0, 0, 0])
DCert_5_6_01_NetworkDataRegisterBeforeAttachLeader.py140 …6Addr('2001:2:0:1::')} == set(p.thread_nwd.tlv.prefix) and p.thread_nwd.tlv.border_router.flag.p ==
141 …[1] and p.thread_nwd.tlv.border_router.flag.s == [1] and p.thread_nwd.tlv.border_router.flag.r == …
142 .thread_nwd.tlv.border_router.flag.o == [1] and p.thread_nwd.tlv.stable == [1, 1, 1])
148 … p.thread_nwd.tlv.prefix) and p.thread_nwd.tlv.border_router.flag.p == [1, 1] and p.thread_nwd.tlv.
149border_router.flag.s == [1, 1] and p.thread_nwd.tlv.border_router.flag.r == [1, 1] and p.thread_nw…
150 border_router.flag.o == [1, 1] and p.thread_nwd.tlv.stable == [0, 1, 1, 1, 0, 0, 0])
DCert_5_6_09_NetworkDataForwarding.py150 … p.thread_nwd.tlv.prefix) and p.thread_nwd.tlv.border_router.flag.p == [0] and p.thread_nwd.tlv.
151border_router.flag.s == [1] and p.thread_nwd.tlv.border_router.flag.r == [1] and p.thread_nwd.tlv
152 … .border_router.flag.o == [1] and p.thread_nwd.tlv.stable == [0, 1, 1, 1, 1, 1])
184 …} == set(p.thread_nwd.tlv.prefix) and p.thread_nwd.tlv.border_router.flag.p == [0, 1] and p.thread…
185 …tlv.border_router.flag.s == [1, 1] and p.thread_nwd.tlv.border_router.flag.r == [1, 1] and p.threa…
186 … .tlv.border_router.flag.o == [1, 1] and p.thread_nwd.tlv.stable == [0, 1, 1, 1, 1, 1])
DCert_7_1_06_BorderRouterAsLeader.py233 p.thread_nwd.tlv.border_router.flag.p == [1] and\
234 p.thread_nwd.tlv.border_router.flag.s == [1] and\
235 p.thread_nwd.tlv.border_router.flag.r == [1] and\
236 p.thread_nwd.tlv.border_router.flag.o == [1] and\
255 p.thread_nwd.tlv.border_router.flag.p == [1, 1] and\
256 p.thread_nwd.tlv.border_router.flag.s == [1, 1] and\
257 p.thread_nwd.tlv.border_router.flag.r == [1, 1] and\
258 p.thread_nwd.tlv.border_router.flag.o == [1, 1] and\
DCert_7_1_02_BorderRouterAsRouter.py132 …} == set(p.thread_nwd.tlv.prefix) and p.thread_nwd.tlv.border_router.flag.p == [1, 1] and p.thread…
133border_router.flag.s == [1, 1] and p.thread_nwd.tlv.border_router.flag.r == [1, 1] and p.thread_nw…
134 border_router.flag.o == [1, 1] and p.thread_nwd.tlv.stable == [1, 1, 0, 0])
/openthread-latest/tests/scripts/thread-cert/border_router/
DREADME.md23 TEST_CASE=./tests/scripts/thread-cert/border_router/test_advertising_proxy.py
/openthread-latest/src/core/
DBUILD.gn377 "border_router/infra_if.cpp",
378 "border_router/infra_if.hpp",
379 "border_router/routing_manager.cpp",
380 "border_router/routing_manager.hpp",
804 "config/border_router.h",
DCMakeLists.txt97 border_router/infra_if.cpp
98 border_router/routing_manager.cpp
/openthread-latest/include/openthread/
DBUILD.gn46 "border_router.h",