Searched defs:aNeighbor (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/src/core/thread/ |
D | radio_selector.cpp | 81 LogLevel RadioSelector::UpdatePreference(Neighbor &aNeighbor, Mac::RadioType aRadioType, int16_t aD… in UpdatePreference() 108 void RadioSelector::UpdateOnReceive(Neighbor &aNeighbor, Mac::RadioType aRadioType, bool aIsDuplica… in UpdateOnReceive() 172 void RadioSelector::UpdateOnDeferredAck(Neighbor &aNeighbor, Error aTxError, bool &aAllowNeighborRe… in UpdateOnDeferredAck() 218 Mac::RadioType RadioSelector::Select(Mac::RadioTypes aRadioOptions, const Neighbor &aNeighbor) in Select() 359 const Neighbor &aNeighbor) in Log()
|
D | link_metrics.cpp | 353 …id Initiator::ProcessEnhAckIeData(const uint8_t *aData, uint8_t aLength, const Neighbor &aNeighbor) in ProcessEnhAckIeData() 381 Error Initiator::FindNeighbor(const Ip6::Address &aDestination, Neighbor *&aNeighbor) in FindNeighbor() 409 Error Subject::AppendReport(Message &aMessage, const Message &aRequestMessage, Neighbor &aNeighbor) in AppendReport() 508 Error Subject::HandleManagementRequest(const Message &aMessage, Neighbor &aNeighbor, Status &aStatu… in HandleManagementRequest() 693 Neighbor &aNeighbor) in ConfigureForwardTrackingSeries() 728 …Subject::ConfigureEnhAckProbing(uint8_t aEnhAckFlags, const Metrics &aMetrics, Neighbor &aNeighbor) in ConfigureEnhAckProbing()
|
D | neighbor.cpp | 85 void Neighbor::Info::SetFrom(const Neighbor &aNeighbor) in SetFrom()
|
D | neighbor_table.cpp | 264 void NeighborTable::Signal(Event aEvent, const Neighbor &aNeighbor) in Signal()
|
D | mesh_forwarder.cpp | 1147 void MeshForwarder::UpdateNeighborLinkFailures(Neighbor &aNeighbor, in UpdateNeighborLinkFailures() 1175 void MeshForwarder::HandleDeferredAck(Neighbor &aNeighbor, Error aError) in HandleDeferredAck() 1236 … MeshForwarder::UpdateSendMessage(Error aFrameTxError, Mac::Address &aMacDest, Neighbor *aNeighbor) in UpdateSendMessage()
|
D | mle.cpp | 1096 void Mle::InitNeighbor(Neighbor &aNeighbor, const RxInfo &aRxInfo) in InitNeighbor() 2700 void Mle::ReestablishLinkWithNeighbor(Neighbor &aNeighbor) in ReestablishLinkWithNeighbor() 5279 Error Mle::TxMessage::AppendRouteTlv(Neighbor *aNeighbor) in AppendRouteTlv()
|
D | mle_router.cpp | 3246 void MleRouter::RemoveNeighbor(Neighbor &aNeighbor) in RemoveNeighbor()
|
/openthread-latest/src/core/radio/ |
D | trel_link.cpp | 296 void Link::HandleTimer(Neighbor &aNeighbor) in HandleTimer() 477 void Link::ReportDeferredAckStatus(Neighbor &aNeighbor, Error aError) in ReportDeferredAckStatus()
|
/openthread-latest/src/core/utils/ |
D | otns.cpp | 107 void Otns::EmitNeighborChange(NeighborTable::Event aEvent, const Neighbor &aNeighbor) in EmitNeighborChange()
|
/openthread-latest/src/core/mac/ |
D | mac.cpp | 1567 Error Mac::ProcessReceiveSecurity(RxFrame &aFrame, const Address &aSrcAddr, Neighbor *aNeighbor) in ProcessReceiveSecurity() 2168 void Mac::UpdateNeighborLinkInfo(Neighbor &aNeighbor, const RxFrame &aRxFrame) in UpdateNeighborLinkInfo() 2536 void Mac::ProcessEnhAckProbing(const RxFrame &aFrame, const Neighbor &aNeighbor) in ProcessEnhAckProbing()
|