Home
last modified time | relevance | path

Searched refs:r4 (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/tests/toranj/ncp/
Dtest-023-multicast-traffic.py102 r4 = wpan.Node() variable
106 all_routers = [r1, r2, r3, r4]
139 r3.allowlist_node(r4)
140 r4.allowlist_node(r3)
141 r4.join_node(r3, wpan.JOIN_TYPE_ROUTER)
143 r4.allowlist_node(sed)
144 sed.allowlist_node(r4)
145 sed.join_node(r4, wpan.JOIN_TYPE_SLEEPY_END_DEVICE)
160 ml4 = r4.get(wpan.WPAN_IP6_MESH_LOCAL_ADDRESS)[1:-1]
161 ll4 = r4.get(wpan.WPAN_IP6_LINK_LOCAL_ADDRESS)[1:-1]
[all …]
Dtest-020-router-table.py52 r4 = wpan.Node() variable
85 r3.allowlist_node(r4)
86 r4.allowlist_node(r3)
87 r4.join_node(r3, wpan.JOIN_TYPE_ROUTER)
90 c4.allowlist_node(r4)
91 r4.allowlist_node(c4)
92 c4.join_node(r4, wpan.JOIN_TYPE_SLEEPY_END_DEVICE)
102 verify(r4.get(wpan.WPAN_NODE_TYPE) == wpan.NODE_TYPE_ROUTER)
107 r4_id = int(r4.get(wpan.WPAN_THREAD_ROUTER_ID), 0)
112 r4_ext_addr = r4.get(wpan.WPAN_EXT_ADDRESS)[1:-1]
[all …]
/openthread-latest/tests/toranj/cli/
Dtest-031-service-aloc-route-lookup.py59 r4 = cli.Node() variable
62 nodes = [r1, r2, r3, r4, fed1]
74 r3.allowlist_node(r4)
76 r4.allowlist_node(r3)
83 r4.join(r3)
89 verify(r4.get_state() == 'router')
112 r4.cli('service add 44970 11 00')
113 r4.register_netdata()
130 aloc = r4.get_mesh_local_prefix().split('/')[0] + 'ff:fe00:fc10'
135 old_counters = r4.get_ip_counters()
[all …]
Dtest-006-traffic-multi-hop.py68 r4 = cli.Node() variable
85 r3.allowlist_node(r4)
87 r4.allowlist_node(r3)
88 r4.allowlist_node(sed4)
89 r4.allowlist_node(fed4)
94 fed4.allowlist_node(r4)
95 sed4.allowlist_node(r4)
100 r4.join(r3)
103 fed4.join(r4, cli.JOIN_TYPE_REED)
104 sed4.join(r4, cli.JOIN_TYPE_SLEEPY_END_DEVICE)
[all …]
Dtest-018-next-hop-and-path-cost.py63 r4 = cli.Node() variable
78 r2.allowlist_node(r4)
81 r3.allowlist_node(r4)
85 r4.allowlist_node(r2)
86 r4.allowlist_node(r3)
87 r4.allowlist_node(r5)
88 r4.set_macfilter_lqi_to_node(r5, 1)
90 r5.allowlist_node(r4)
102 r4.join(r1)
114 r4_rloc = int(r4.get_rloc16(), 16)
[all …]
Dtest-007-off-mesh-route-traffic.py65 r4 = cli.Node() variable
69 nodes = [r1, r2, r3, r4, fed1, med3]
81 r3.allowlist_node(r4)
84 r4.allowlist_node(r3)
92 r4.join(r3)
99 verify(r4.get_state() == 'router')
135 r4.add_route('fd00:1:1::/48', 's', 'med')
167 r4_counter = r4.get_br_counter_unicast_outbound_packets()
172 verify(r4_counter == r4.get_br_counter_unicast_outbound_packets())
178 r4_counter = r4.get_br_counter_unicast_outbound_packets()
[all …]
Dtest-008-multicast-traffic.py81 r4 = cli.Node() variable
97 r3.allowlist_node(r4)
99 r4.allowlist_node(r3)
100 r4.allowlist_node(sed)
102 sed.allowlist_node(r4)
107 r4.join(r3)
117 verify(r4.get_state() == 'router')
151 for node in [r1, r2, r4, fed]:
159 for node in [r2, r4]:
167 for node in [r1, r2, r4, fed]:
[all …]
Dtest-009-router-table.py60 r4 = cli.Node() variable
76 r3.allowlist_node(r4)
78 r4.allowlist_node(r3)
79 r4.allowlist_node(r5)
81 r5.allowlist_node(r4)
86 for node in [r2, r3, r4, r5, r6]:
90 for node in [r2, r3, r4, r5, r6]:
99 r4_rloc16 = int(r4.get_rloc16(), 16)
182 table = r4.get_router_table()
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/library/
DHacl_Curve25519.c161 uint64_t r4 = output[4U]; in Hacl_Bignum_Fsquare_fsquare__() local
165 uint64_t d419 = r4 * (uint64_t)19U; in Hacl_Bignum_Fsquare_fsquare__()
170 uint128_t s3 = (uint128_t)d0 * r3 + (uint128_t)d1 * r2 + (uint128_t)r4 * d419; in Hacl_Bignum_Fsquare_fsquare__()
171 uint128_t s4 = (uint128_t)d0 * r4 + (uint128_t)d1 * r3 + (uint128_t)r2 * r2; in Hacl_Bignum_Fsquare_fsquare__()
/openthread-latest/third_party/mbedtls/repo/3rdparty/everest/library/legacy/
DHacl_Curve25519.c176 uint64_t r4 = output[4U]; in Hacl_Bignum_Fsquare_fsquare__() local
180 uint64_t d419 = r4 * (uint64_t)19U; in Hacl_Bignum_Fsquare_fsquare__()
201 FStar_UInt128_mul_wide(r4, d419)); in Hacl_Bignum_Fsquare_fsquare__()
204 FStar_UInt128_add(FStar_UInt128_add(FStar_UInt128_mul_wide(d0, r4), in Hacl_Bignum_Fsquare_fsquare__()
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dbignum_core.py702 r4 = bignum_common.bound_mpi_limbs(self.limbs_an4, 32)
703 i4 = bignum_common.invmod(r4, self.int_n)