/aosp_15_r20/external/ot-br-posix/src/openwrt/view/admin_thread/ |
H A D | thread_view.htm | 129 function getRloc(rloc, localrloc) { 130 if(rloc == localrloc) return rloc + " ( your device )"; 131 else return rloc; 168 node = node.data(nodes, function(d) { return d.rloc;}); 177 link = link.data(links, function(d) { return d.source.rloc + "-" + d.target.rloc; }); 181 text = text.data(nodes, function(d) { return getRloc(d.rloc, localrloc); }); 187 .text(function(d) { return getRloc(d.rloc, localrloc); }) 220 function getRole(rloc, leader) { 221 if(parseInt(rloc) == leader) return 'leader'; 222 else if((parseInt(rloc) & 0xff) == 0) return 'router'; [all …]
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/ |
H A D | command.py | 60 source_rloc = source_node.get_ip6_address(config.ADDRESS_TYPE.RLOC) 62 … "Error: The IPv6 source address is not the RLOC of the originator. The source node's rloc is: " + 81 source_rloc = source_node.get_ip6_address(config.ADDRESS_TYPE.RLOC) 83 ), "Error: The IPv6 source address is not the RLOC of the originator." 85 destination_rloc = destination_node.get_ip6_address(config.ADDRESS_TYPE.RLOC) 87 ), "Error: The IPv6 destination address is not the RLOC of the destination." 97 source_rloc = source_node.get_ip6_address(config.ADDRESS_TYPE.RLOC) 99 … "Error: The IPv6 source address is not the RLOC of the originator. The source node's rloc is: " + 107 "Error: The IPv6 destination address is not expected. The destination node's rloc is: " + 129 destination_rloc = destination_node.get_ip6_address(config.ADDRESS_TYPE.RLOC) [all …]
|
H A D | test_ping.py | 91 self.assertTrue(router1.ping(router2.get_ip6_address(config.ADDRESS_TYPE.RLOC))) 94 self.assertTrue(router1.ping(router2.get_ip6_address(config.ADDRESS_TYPE.RLOC), count=5)) 102 # 4. ROUTER_2 pings ROUTER_3 using the RLOC. 103 self.assertTrue(router2.ping(router3.get_ip6_address(config.ADDRESS_TYPE.RLOC))) 108 # 6. ROUTER_2 pings ROUTER_3's RLOC from the link-local address. The 111 router2.ping(router3.get_ip6_address(config.ADDRESS_TYPE.RLOC), 114 # 7. ROUTER_2 pings ROUTER_3's RLOC from an non-existent address. The 116 …self.assertFalse(router2.ping(router3.get_ip6_address(config.ADDRESS_TYPE.RLOC), interface='1::1')) 168 # 4. Router_2 pings Router_3 using the RLOC. 190 # 5. Router_2 pings Router_3's RLOC from the link-local address. The
|
H A D | Cert_9_2_04_ActiveDataset.py | 208 # Step 2: Commissioner sends MGMT_ACTIVE_SET.req to Leader RLOC or Anycast Locator 228 # Step 6: Commissioner sends MGMT_ACTIVE_SET.req to Leader RLOC or Anycast Locator 239 # Step 8: Commissioner sends MGMT_ACTIVE_SET.req to Leader RLOC or Leader Anycast Locator 250 # Step 10: Commissioner sends MGMT_ACTIVE_SET.req to Leader RLOC or Leader Anycast Locator 262 # Step 12: Commissioner sends MGMT_ACTIVE_SET.req to Leader RLOC or Leader Anycast Locator 274 # Step 14: Commissioner sends MGMT_ACTIVE_SET.req to Leader RLOC or Leader Anycast Locator 285 # Step 16: Commissioner sends MGMT_ACTIVE_SET.req to Leader RLOC or Leader Anycast Locator 295 # Step 18: Commissioner sends MGMT_ACTIVE_SET.req to Leader RLOC or Leader Anycast Locator 306 # Step 20: Commissioner sends MGMT_ACTIVE_SET.req to Leader RLOC or Leader Anycast Locator
|
H A D | test_mac802154.py | 68 self.assertEqual(0xdead, frame.header.dest_address.rloc) 70 self.assertEqual(0xbeef, frame.header.src_address.rloc) 114 self.assertEqual(0xdead, frame.header.dest_address.rloc) 140 self.assertEqual(0xf00d, frame.header.src_address.rloc) 155 self.assertEqual(0xdead, frame.header.dest_address.rloc) 157 self.assertEqual(0xf00d, frame.header.src_address.rloc) 236 self.assertEqual(0x2000, frame.header.dest_address.rloc) 238 self.assertEqual(0x2001, frame.header.src_address.rloc)
|
H A D | Cert_5_7_01_CoapDiagCommands.py | 135 dut_rloc = self.nodes[DUT].get_ip6_address(config.ADDRESS_TYPE.RLOC) 204 # Step 2: Leader to send DIAG_GET.req to DUT’s RLOC. 253 # Step 3: Leader to send DIAG_GET.req to DUT’s RLOC. 278 # Step 4: Leader to send DIAG_GET.req to DUT’s RLOC. 300 # Step 5: Leader to send DIAG_GET.req to DUT’s RLOC. 323 # Step 6: Leader to send DIAG_GET.req to DUT’s RLOC. 357 # Step 7: Leader to send DIAG_RST.req to DUT’s RLOC for the following diagnostic 377 # Step 8: Leader to send DIAG_GET.req to DUT’s RLOC.
|
H A D | Cert_5_7_02_CoapDiagCommands.py | 179 dut_rloc = self.nodes[REED].get_ip6_address(config.ADDRESS_TYPE.RLOC) 236 # Step 2: Leader to send DIAG_GET.req to DUT’s RLOC. 267 # Step 3: Leader to send DIAG_GET.req to DUT’s RLOC. 292 # Step 4: Leader to send DIAG_GET.req to DUT’s RLOC. 315 # Step 5: Leader to send DIAG_GET.req to DUT’s RLOC. 338 # Step 6: Leader to send DIAG_RST.req to DUT’s RLOC for the following diagnostic 358 # Step 7: Leader to send DIAG_GET.req to DUT’s RLOC.
|
H A D | Cert_5_2_05_AddressQuery.py | 292 # The IPv6 Source address MUST be the RLOC of the originator 293 # The IPv6 Destination address MUST be the RLOC of the destination 320 # The IPv6 Source address MUST be the RLOC of the originator 321 # The IPv6 Destination address MUST be the RLOC of the destination 348 # The IPv6 Source address MUST be the RLOC of the originator 349 # The IPv6 Destination address MUST be the RLOC of the destination
|
H A D | Cert_5_3_04_AddressMapCache.py | 51 # maintain an EID-to-RLOC Map Cache for a Sleepy End Device child attached to 52 # it. Each EID-to-RLOC Set MUST support at least four non-link-local unicast 183 # to find each node’s RLOC. 191 # Step 3: Leader sends Address Notification Messages with RLOC of MED_1, MED_2, MED_3, MED_4
|
H A D | Cert_5_3_09_AddressQuery.py | 207 # to find each node’s RLOC. 245 # The IPv6 Source address MUST be the RLOC of the originator 246 # The IPv6 Destination address MUST be the RLOC of the destination 302 # The DUT MUST send an Address Query to discover Router_3’s RLOC address.
|
H A D | Cert_5_3_10_AddressQuery.py | 209 # to find each node’s RLOC. 251 # The IPv6 Source address MUST be the RLOC of the originator 252 # The IPv6 Destination address MUST be the RLOC of the destination 308 # The DUT MUST send an Address Query to discover Router_1’s RLOC address.
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | tmf.hpp | 94 * Sets the local socket address to mesh-local RLOC address. 100 * Sets the local socket address to RLOC address and the peer socket address to leader ALOC. 106 * Sets the local socket address to RLOC address and the peer socket address to leader RLOC. 112 * Sets the local socket address to RLOC address and the peer socket address to realm-local all 119 …* Sets the local socket address to RLOC address and the peer socket address to a router RLOC based… 128 * Sets the local socket address to RLOC address and the peer socket address to a given address.
|
H A D | address_resolver.hpp | 31 * This file includes definitions for Thread EID-to-RLOC mapping and caching. 58 * This module includes definitions for Thread EID-to-RLOC mapping and caching. 64 * Implements the EID-to-RLOC mapping and caching. 117 * Clears the EID-to-RLOC cache. 137 * Removes the EID-to-RLOC cache entries corresponding to an RLOC16. 145 * Removes all EID-to-RLOC cache entries associated with a Router ID. 161 * Replaces all EID-to-RLOC cache entries corresponding to an old RLOC16 with a new RLOC16. 173 * cache entry mapping an EID to a RLOC).
|
H A D | mle.hpp | 476 * Indicates whether or not an IPv6 address is an RLOC. 478 * @retval TRUE If @p aAddress is an RLOC. 479 * @retval FALSE If @p aAddress is not an RLOC. 563 * Returns the mesh local RLOC IPv6 address assigned to the Thread interface. 565 * @returns The mesh local RLOC IPv6 address. 603 * Retrieves the Leader's RLOC. 605 * @param[out] aAddress A reference to an address to return the Leader's RLOC.
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/ANTLR.xcodeproj/ |
H A D | acondit.pbxuser | 216 rLoc = 0; 226 rLoc = 24441; 236 rLoc = 556; 246 rLoc = 968; 256 rLoc = 598; 266 rLoc = 928; 276 rLoc = 482; 286 rLoc = 2916; 296 rLoc = 1627; 306 rLoc = 158; [all …]
|
/aosp_15_r20/external/openthread/tests/scripts/expect/ |
H A D | cli-router.exp | 43 expect -re {Rloc: ([0-9a-f]{4})} 44 set rloc $expect_out(1,string) 49 expect -re "\\| +$router_id \\| 0x$rloc \\| +\\d+ \\| +\\d+ \\| +\\d+ \\| +\\d+ \\| +\\d+ \\| $exta… 61 expect "Rloc: $rloc"
|
H A D | cli-multicast-loop.exp | 94 set rloc(1) [get_ipaddr "rloc"] 97 expect "DIAG_GET.rsp/ans from $rloc(1)"
|
H A D | cli-neighbor.exp | 36 set rloc [get_rloc16] 43 expect -re "\\| +C +\\| 0x$rloc \\| +\\d+ \\| +-?\\d+ \\| +-?\\d+ \\|1\\|0\\|0\\| $extaddr \\| +\\d… 46 expect "0x$rloc"
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/border_router/ |
H A D | test_firewall.py | 133 # 3. Host pings router1's OMR from router1's RLOC. 154 # 6. Host pings router1's RLOC from host's ULA address. 179 # 10. Host pings MA1 from router1's RLOC. 240 # 3. Host pings router1's OMR from router1's RLOC. 258 # 6. Host pings router1's RLOC from host's ULA address. 282 # 10. Host pings MA1 from router1's RLOC.
|
/aosp_15_r20/external/ot-br-posix/src/rest/ |
H A D | resource.cpp | 39 #define OT_REST_RESOURCE_PATH_NODE_RLOC "/node/rloc" 139 mResourceMap.emplace(OT_REST_RESOURCE_PATH_NODE_RLOC, &Resource::Rloc); in Resource() 614 void Resource::Rloc(const Request &aRequest, Response &aResponse) const in Rloc() function in otbr::rest::Resource 876 char rloc[7]; in DiagnosticResponseHandler() local 887 snprintf(rloc, sizeof(rloc), "0x%04x", diagTlv.mData.mAddr16); in DiagnosticResponseHandler() 888 keyRloc = Json::CString2JsonString(rloc); in DiagnosticResponseHandler()
|
/aosp_15_r20/external/llvm/test/CodeGen/X86/ |
H A D | seh-safe-div.ll | 61 ; CHECK: leaq [[rloc:.*\(%rbp\)]], %rcx 65 ; CHECK: movl [[rloc]], %eax 72 ; CHECK: movl $-2, [[rloc]] 77 ; CHECK: movl $-1, [[rloc]]
|
H A D | seh-safe-div-win32.ll | 59 ; CHECK: movl $42, [[rloc:.*\(%ebp\)]] 60 ; CHECK: leal [[rloc]], 63 ; CHECK: movl [[rloc]], %eax
|
/aosp_15_r20/external/ot-br-posix/src/web/web-service/frontend/res/js/ |
H A D | app.js | 501 … var count, src, dist, rloc, child, rlocOfParent, rlocOfChild, diagOfNode, linkNode, childInfo; 529 rloc = parseInt(diagOfNode['Rloc16'],16).toString(16); 530 nodeMap[rloc] = count; 556 rloc = ( parseInt(linkNode['RouteId'],16) << 10).toString(16); 557 if (rloc in nodeMap) { 558 dist = nodeMap[rloc];
|
/aosp_15_r20/external/openthread/src/core/meshcop/ |
H A D | meshcop_leader.cpp | 159 uint16_t rloc = aMessageInfo.GetPeerAddr().GetIid().GetLocator(); in HandleTmf() local 161 if (borderAgentLocator->GetBorderAgentLocator() != rloc) in HandleTmf() 163 borderAgentLocator->SetBorderAgentLocator(rloc); in HandleTmf()
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 452 SourceLocation RLoc; in parseDeclareSimdClauses() local 453 SimdLen = P.ParseOpenMPParensExpr(ClauseName, RLoc); in parseDeclareSimdClauses() 1211 /// \param RLoc Returned location of right paren. 1213 SourceLocation &RLoc) { in ParseOpenMPParensExpr() argument 1227 RLoc = T.getCloseLocation(); in ParseOpenMPParensExpr() 1265 SourceLocation RLoc; in ParseOpenMPSingleExprClause() local 1267 ExprResult Val = ParseOpenMPParensExpr(getOpenMPClauseName(Kind), RLoc); in ParseOpenMPSingleExprClause() 1272 return Actions.ActOnOpenMPSingleExprClause(Kind, Val.get(), Loc, LLoc, RLoc); in ParseOpenMPSingleExprClause()
|