/openthread-3.5.0/src/core/api/ |
D | mesh_diag_api.cpp | 68 uint16_t aRloc16, in otMeshDiagQueryChildTable() 76 uint16_t aRloc16, in otMeshDiagQueryChildrenIp6Addrs() 84 uint16_t aRloc16, in otMeshDiagQueryRouterNeighborTable()
|
/openthread-3.5.0/src/core/thread/ |
D | network_data_leader_ftd.cpp | 137 void Leader::RemoveBorderRouter(uint16_t aRloc16, MatchMode aMatchMode) in RemoveBorderRouter() 395 Error Leader::Validate(const NetworkData &aNetworkData, uint16_t aRloc16) in Validate() 454 Error Leader::ValidatePrefix(const PrefixTlv &aPrefix, uint16_t aRloc16) in ValidatePrefix() 535 Error Leader::ValidateService(const ServiceTlv &aService, uint16_t aRloc16) in ValidateService() 737 void Leader::RegisterNetworkData(uint16_t aRloc16, const NetworkData &aNetworkData) in RegisterNetworkData() 1058 void Leader::RemoveRloc(uint16_t aRloc16, MatchMode aMatchMode, ChangedFlags &aChangedFlags) in RemoveRloc() 1065 void Leader::RemoveRloc(uint16_t aRloc16, in RemoveRloc() 1130 uint16_t aRloc16, in RemoveRlocInPrefix() 1193 uint16_t aRloc16, in RemoveRlocInService() 1222 uint16_t aRloc16, in RemoveRlocInHasRoute() [all …]
|
D | address_resolver.cpp | 172 void AddressResolver::RemoveEntriesForRloc16(uint16_t aRloc16) { Remove(aRloc16, /* aMatchRouterId … in RemoveEntriesForRloc16() 179 void AddressResolver::Remove(Mac::ShortAddress aRloc16, bool aMatchRouterId) in Remove() 340 Error AddressResolver::UpdateCacheEntry(const Ip6::Address &aEid, Mac::ShortAddress aRloc16) in UpdateCacheEntry() 381 Mac::ShortAddress aRloc16, in UpdateSnoopedCacheEntry() 481 Error AddressResolver::Resolve(const Ip6::Address &aEid, Mac::ShortAddress &aRloc16, bool aAllowAdd… in Resolve() 572 … AddressResolver::ResolveUsingNetDataServices(const Ip6::Address &aEid, Mac::ShortAddress &aRloc16) in ResolveUsingNetDataServices()
|
D | network_data.cpp | 88 Error NetworkData::GetNextOnMeshPrefix(Iterator &aIterator, uint16_t aRloc16, OnMeshPrefixConfig &a… in GetNextOnMeshPrefix() 105 Error NetworkData::GetNextExternalRoute(Iterator &aIterator, uint16_t aRloc16, ExternalRouteConfig … in GetNextExternalRoute() 122 Error NetworkData::GetNextService(Iterator &aIterator, uint16_t aRloc16, ServiceConfig &aConfig) co… in GetNextService() 146 Error NetworkData::Iterate(Iterator &aIterator, uint16_t aRloc16, Config &aConfig) const in Iterate() 729 Error AddRloc16(uint16_t aRloc16) in FindBorderRouters()
|
D | mle_types.hpp | 607 inline uint16_t ChildIdFromRloc16(uint16_t aRloc16) { return aRloc16 & kMaxChildId; } in ChildIdFromRloc16() 617 inline uint8_t RouterIdFromRloc16(uint16_t aRloc16) { return aRloc16 >> kRouterIdOffset; } in RouterIdFromRloc16() 688 inline bool IsActiveRouter(uint16_t aRloc16) { return ChildIdFromRloc16(aRloc16) == 0; } in IsActiveRouter()
|
D | address_resolver.hpp | 194 Error Resolve(const Ip6::Address &aEid, Mac::ShortAddress &aRloc16) in Resolve() 267 void SetRloc16(Mac::ShortAddress aRloc16) { mRloc16 = aRloc16; } in SetRloc16()
|
D | router_table.hpp | 233 …Router *FindRouterByRloc16(uint16_t aRloc16) { return AsNonConst(AsConst(this)->FindRouterByRloc16… in FindRouterByRloc16()
|
D | tmf.cpp | 65 void MessageInfo::SetSockAddrToRlocPeerAddrTo(uint16_t aRloc16) in SetSockAddrToRlocPeerAddrTo()
|
D | child_table.cpp | 135 Child *ChildTable::FindChild(uint16_t aRloc16, Child::StateFilter aFilter) in FindChild()
|
D | mle_router.cpp | 407 void MleRouter::SetStateRouter(uint16_t aRloc16) in SetStateRouter() 413 void MleRouter::SetStateLeader(uint16_t aRloc16, LeaderStartMode aStartMode) in SetStateLeader() 418 void MleRouter::SetStateRouterOrLeader(DeviceRole aRole, uint16_t aRloc16, LeaderStartMode aStartMo… in SetStateRouterOrLeader() 3261 bool MleRouter::IsMinimalChild(uint16_t aRloc16) in IsMinimalChild()
|
D | mle.cpp | 720 void Mle::SetStateChild(uint16_t aRloc16) in SetStateChild() 996 void Mle::SetRloc16(uint16_t aRloc16) in SetRloc16() 3060 bool Mle::IsBetterParent(uint16_t aRloc16, in IsBetterParent() 4573 Error Mle::TxMessage::AppendAddress16Tlv(uint16_t aRloc16) { return Tlv::Append<Address16Tlv>(*this… in AppendAddress16Tlv()
|
D | router_table.cpp | 267 Router *RouterTable::FindNeighbor(uint16_t aRloc16) in FindNeighbor()
|
D | network_data_tlvs.hpp | 435 void SetRloc(uint16_t aRloc16) { mRloc = HostSwap16(aRloc16); } in SetRloc() 946 void SetRloc(uint16_t aRloc16) { mRloc = HostSwap16(aRloc16); } in SetRloc()
|
D | neighbor.hpp | 502 void SetRloc16(uint16_t aRloc16) { mRloc16 = aRloc16; } in SetRloc16()
|
D | network_diagnostic_tlvs.hpp | 910 void SetRloc16(uint16_t aRloc16) { mRloc16 = HostSwap16(aRloc16); } in SetRloc16()
|
/openthread-3.5.0/src/core/backbone_router/ |
D | ndproxy_table.cpp | 51 uint16_t aRloc16, in Init() 66 void NdProxyTable::NdProxy::Update(uint16_t aRloc16, uint32_t aTimeSinceLastTransaction) in Update() 150 uint16_t aRloc16, in Register()
|
D | bbr_manager.cpp | 517 Error Manager::SendBackboneQuery(const Ip6::Address &aDua, uint16_t aRloc16) in SendBackboneQuery()
|
/openthread-3.5.0/src/core/utils/ |
D | mesh_diag.cpp | 169 Error MeshDiag::SendQuery(uint16_t aRloc16, const uint8_t *aTlvs, uint8_t aTlvsLength) in SendQuery() 194 Error MeshDiag::QueryChildTable(uint16_t aRloc16, QueryChildTableCallback aCallback, void *aContext) in QueryChildTable() 210 Error MeshDiag::QueryChildrenIp6Addrs(uint16_t aRloc16, ChildIp6AddrsCallback aCallback, void *aCon… in QueryChildrenIp6Addrs() 226 Error MeshDiag::QueryRouterNeighborTable(uint16_t aRloc16, RouterNeighborTableCallback aCallback, v… in QueryRouterNeighborTable()
|
/openthread-3.5.0/src/core/net/ |
D | dhcp6_client.cpp | 260 void Client::Solicit(uint16_t aRloc16) in Solicit() 329 Error Client::AppendIaNa(Message &aMessage, uint16_t aRloc16) in AppendIaNa() 365 Error Client::AppendIaAddress(Message &aMessage, uint16_t aRloc16) in AppendIaAddress()
|
D | ip6_address.hpp | 795 void SetToRoutingLocator(const NetworkPrefix &aNetworkPrefix, uint16_t aRloc16) in SetToRoutingLocator()
|
/openthread-3.5.0/src/core/common/ |
D | settings.hpp | 201 void SetRloc16(uint16_t aRloc16) { mRloc16 = Encoding::LittleEndian::HostSwap16(aRloc16); } in SetRloc16() 470 void SetRloc16(uint16_t aRloc16) { mRloc16 = Encoding::LittleEndian::HostSwap16(aRloc16); } in SetRloc16()
|
/openthread-3.5.0/src/cli/ |
D | cli.cpp | 4207 uint16_t aRloc16) in HandleLocateResult() 4212 …preter::HandleLocateResult(otError aError, const otIp6Address *aMeshLocalAddress, uint16_t aRloc16) in HandleLocateResult()
|