/openthread-latest/src/core/api/ |
D | mesh_diag_api.cpp | 64 uint16_t aRloc16, in otMeshDiagQueryChildTable() 72 uint16_t aRloc16, in otMeshDiagQueryChildrenIp6Addrs() 80 uint16_t aRloc16, in otMeshDiagQueryRouterNeighborTable()
|
/openthread-latest/src/core/thread/ |
D | network_data_leader_ftd.cpp | 213 void Leader::RemoveBorderRouter(uint16_t aRloc16, MatchMode aMatchMode) in RemoveBorderRouter() 357 Error Leader::Validate(const NetworkData &aNetworkData, uint16_t aRloc16) in Validate() 416 Error Leader::ValidatePrefix(const PrefixTlv &aPrefix, uint16_t aRloc16) in ValidatePrefix() 497 Error Leader::ValidateService(const ServiceTlv &aService, uint16_t aRloc16) in ValidateService() 699 void Leader::RegisterNetworkData(uint16_t aRloc16, const NetworkData &aNetworkData) in RegisterNetworkData() 1017 void Leader::RemoveRloc(uint16_t aRloc16, MatchMode aMatchMode, ChangedFlags &aChangedFlags) in RemoveRloc() 1024 void Leader::RemoveRloc(uint16_t aRloc16, in RemoveRloc() 1089 uint16_t aRloc16, in RemoveRlocInPrefix() 1152 uint16_t aRloc16, in RemoveRlocInService() 1181 uint16_t aRloc16, in RemoveRlocInHasRoute() [all …]
|
D | address_resolver.cpp | 159 void AddressResolver::RemoveEntriesForRloc16(uint16_t aRloc16) { Remove(aRloc16, /* aMatchRouterId … in RemoveEntriesForRloc16() 166 void AddressResolver::Remove(uint16_t aRloc16, bool aMatchRouterId) in Remove() 327 Error AddressResolver::UpdateCacheEntry(const Ip6::Address &aEid, uint16_t aRloc16) in UpdateCacheEntry() 367 void AddressResolver::UpdateSnoopedCacheEntry(const Ip6::Address &aEid, uint16_t aRloc16, uint16_t … in UpdateSnoopedCacheEntry() 468 Error AddressResolver::Resolve(const Ip6::Address &aEid, uint16_t &aRloc16, bool aAllowAddressQuery) in Resolve() 583 Error AddressResolver::ResolveUsingNetDataServices(const Ip6::Address &aEid, uint16_t &aRloc16) in ResolveUsingNetDataServices()
|
D | network_data.cpp | 81 Error NetworkData::GetNextOnMeshPrefix(Iterator &aIterator, uint16_t aRloc16, OnMeshPrefixConfig &a… in GetNextOnMeshPrefix() 98 Error NetworkData::GetNextExternalRoute(Iterator &aIterator, uint16_t aRloc16, ExternalRouteConfig … in GetNextExternalRoute() 115 Error NetworkData::GetNextService(Iterator &aIterator, uint16_t aRloc16, ServiceConfig &aConfig) co… in GetNextService() 139 Error NetworkData::Iterate(Iterator &aIterator, uint16_t aRloc16, Config &aConfig) const in Iterate() 564 void NetworkData::AddRloc16ToRlocs(uint16_t aRloc16, Rlocs &aRlocs, RoleFilter aRoleFilter) in AddRloc16ToRlocs()
|
D | mle_types.hpp | 586 inline uint16_t ChildIdFromRloc16(uint16_t aRloc16) { return aRloc16 & kMaxChildId; } in ChildIdFromRloc16() 595 inline uint8_t RouterIdFromRloc16(uint16_t aRloc16) { return aRloc16 >> kRouterIdOffset; } in RouterIdFromRloc16() 671 inline uint16_t ParentRloc16ForRloc16(uint16_t aRloc16) { return Rloc16FromRouterId(RouterIdFromRlo… in ParentRloc16ForRloc16() 681 inline bool IsRouterRloc16(uint16_t aRloc16) { return ChildIdFromRloc16(aRloc16) == 0; } in IsRouterRloc16() 691 inline bool IsChildRloc16(uint16_t aRloc16) { return ChildIdFromRloc16(aRloc16) != 0; } in IsChildRloc16()
|
D | address_resolver.hpp | 182 Error Resolve(const Ip6::Address &aEid, uint16_t &aRloc16) in Resolve() 255 void SetRloc16(uint16_t aRloc16) { mRloc16 = aRloc16; } in SetRloc16()
|
D | router_table.hpp | 213 …Router *FindRouterByRloc16(uint16_t aRloc16) { return AsNonConst(AsConst(this)->FindRouterByRloc16… in FindRouterByRloc16()
|
D | tmf.cpp | 64 void MessageInfo::SetSockAddrToRlocPeerAddrTo(uint16_t aRloc16) in SetSockAddrToRlocPeerAddrTo()
|
D | child_table.cpp | 133 Child *ChildTable::FindChild(uint16_t aRloc16, Child::StateFilter aFilter) in FindChild()
|
D | mle_router.cpp | 92 void MleRouter::SetAlternateRloc16(uint16_t aRloc16) in SetAlternateRloc16() 419 void MleRouter::SetStateRouter(uint16_t aRloc16) in SetStateRouter() 425 void MleRouter::SetStateLeader(uint16_t aRloc16, LeaderStartMode aStartMode) in SetStateLeader() 430 void MleRouter::SetStateRouterOrLeader(DeviceRole aRole, uint16_t aRloc16, LeaderStartMode aStartMo… in SetStateRouterOrLeader()
|
D | router_table.cpp | 259 Router *RouterTable::FindNeighbor(uint16_t aRloc16) in FindNeighbor()
|
D | network_data_tlvs.hpp | 400 void SetRloc(uint16_t aRloc16) { mRloc = BigEndian::HostSwap16(aRloc16); } in SetRloc() 866 void SetRloc(uint16_t aRloc16) { mRloc = BigEndian::HostSwap16(aRloc16); } in SetRloc()
|
D | neighbor.hpp | 456 void SetRloc16(uint16_t aRloc16) { mRloc16 = aRloc16; } in SetRloc16()
|
D | mle.cpp | 729 void Mle::SetStateChild(uint16_t aRloc16) in SetStateChild() 961 void Mle::SetRloc16(uint16_t aRloc16) in SetRloc16() 2994 bool Mle::IsBetterParent(uint16_t aRloc16, in IsBetterParent() 4912 Error Mle::TxMessage::AppendAddress16Tlv(uint16_t aRloc16) { return Tlv::Append<Address16Tlv>(*this… in AppendAddress16Tlv()
|
D | network_diagnostic_tlvs.hpp | 833 void SetRloc16(uint16_t aRloc16) { mRloc16 = BigEndian::HostSwap16(aRloc16); } in SetRloc16()
|
/openthread-latest/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 | 506 Error Manager::SendBackboneQuery(const Ip6::Address &aDua, uint16_t aRloc16) in SendBackboneQuery()
|
/openthread-latest/src/core/utils/ |
D | mesh_diag.cpp | 163 Error MeshDiag::SendQuery(uint16_t aRloc16, const uint8_t *aTlvs, uint8_t aTlvsLength) in SendQuery() 187 Error MeshDiag::QueryChildTable(uint16_t aRloc16, QueryChildTableCallback aCallback, void *aContext) in QueryChildTable() 203 Error MeshDiag::QueryChildrenIp6Addrs(uint16_t aRloc16, ChildIp6AddrsCallback aCallback, void *aCon… in QueryChildrenIp6Addrs() 219 Error MeshDiag::QueryRouterNeighborTable(uint16_t aRloc16, RouterNeighborTableCallback aCallback, v… in QueryRouterNeighborTable()
|
/openthread-latest/src/core/net/ |
D | dhcp6_client.cpp | 252 void Client::Solicit(uint16_t aRloc16) in Solicit() 321 Error Client::AppendIaNa(Message &aMessage, uint16_t aRloc16) in AppendIaNa() 357 Error Client::AppendIaAddress(Message &aMessage, uint16_t aRloc16) in AppendIaAddress()
|
D | ip6_address.hpp | 725 void SetToRoutingLocator(const NetworkPrefix &aNetworkPrefix, uint16_t aRloc16) in SetToRoutingLocator()
|
/openthread-latest/src/cli/ |
D | cli_network_data.cpp | 593 void NetworkData::OutputNetworkData(bool aLocal, uint16_t aRloc16) in OutputNetworkData()
|
D | cli.cpp | 3926 uint16_t aRloc16) in HandleLocateResult() 3931 …preter::HandleLocateResult(otError aError, const otIp6Address *aMeshLocalAddress, uint16_t aRloc16) in HandleLocateResult()
|
/openthread-latest/src/core/common/ |
D | settings.hpp | 190 void SetRloc16(uint16_t aRloc16) { mRloc16 = LittleEndian::HostSwap16(aRloc16); } in SetRloc16() 431 void SetRloc16(uint16_t aRloc16) { mRloc16 = LittleEndian::HostSwap16(aRloc16); } in SetRloc16()
|