Home
last modified time | relevance | path

Searched defs:aRloc16 (Results 1 – 22 of 22) sorted by relevance

/openthread-3.5.0/src/core/api/
Dmesh_diag_api.cpp68 uint16_t aRloc16, in otMeshDiagQueryChildTable()
76 uint16_t aRloc16, in otMeshDiagQueryChildrenIp6Addrs()
84 uint16_t aRloc16, in otMeshDiagQueryRouterNeighborTable()
/openthread-3.5.0/src/core/thread/
Dnetwork_data_leader_ftd.cpp137 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 …]
Daddress_resolver.cpp172 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()
Dnetwork_data.cpp88 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()
Dmle_types.hpp607 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()
Daddress_resolver.hpp194 Error Resolve(const Ip6::Address &aEid, Mac::ShortAddress &aRloc16) in Resolve()
267 void SetRloc16(Mac::ShortAddress aRloc16) { mRloc16 = aRloc16; } in SetRloc16()
Drouter_table.hpp233 …Router *FindRouterByRloc16(uint16_t aRloc16) { return AsNonConst(AsConst(this)->FindRouterByRloc16… in FindRouterByRloc16()
Dtmf.cpp65 void MessageInfo::SetSockAddrToRlocPeerAddrTo(uint16_t aRloc16) in SetSockAddrToRlocPeerAddrTo()
Dchild_table.cpp135 Child *ChildTable::FindChild(uint16_t aRloc16, Child::StateFilter aFilter) in FindChild()
Dmle_router.cpp407 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()
Dmle.cpp720 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()
Drouter_table.cpp267 Router *RouterTable::FindNeighbor(uint16_t aRloc16) in FindNeighbor()
Dnetwork_data_tlvs.hpp435 void SetRloc(uint16_t aRloc16) { mRloc = HostSwap16(aRloc16); } in SetRloc()
946 void SetRloc(uint16_t aRloc16) { mRloc = HostSwap16(aRloc16); } in SetRloc()
Dneighbor.hpp502 void SetRloc16(uint16_t aRloc16) { mRloc16 = aRloc16; } in SetRloc16()
Dnetwork_diagnostic_tlvs.hpp910 void SetRloc16(uint16_t aRloc16) { mRloc16 = HostSwap16(aRloc16); } in SetRloc16()
/openthread-3.5.0/src/core/backbone_router/
Dndproxy_table.cpp51 uint16_t aRloc16, in Init()
66 void NdProxyTable::NdProxy::Update(uint16_t aRloc16, uint32_t aTimeSinceLastTransaction) in Update()
150 uint16_t aRloc16, in Register()
Dbbr_manager.cpp517 Error Manager::SendBackboneQuery(const Ip6::Address &aDua, uint16_t aRloc16) in SendBackboneQuery()
/openthread-3.5.0/src/core/utils/
Dmesh_diag.cpp169 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/
Ddhcp6_client.cpp260 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()
Dip6_address.hpp795 void SetToRoutingLocator(const NetworkPrefix &aNetworkPrefix, uint16_t aRloc16) in SetToRoutingLocator()
/openthread-3.5.0/src/core/common/
Dsettings.hpp201 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/
Dcli.cpp4207 uint16_t aRloc16) in HandleLocateResult()
4212 …preter::HandleLocateResult(otError aError, const otIp6Address *aMeshLocalAddress, uint16_t aRloc16) in HandleLocateResult()