Home
last modified time | relevance | path

Searched defs:aFrame (Results 1 – 25 of 38) sorted by relevance

12

/external/openthread/examples/platforms/utils/
Dmac_frame.cpp36 bool otMacFrameDoesAddrMatch(const otRadioFrame *aFrame, in otMacFrameDoesAddrMatch()
69 bool otMacFrameIsAck(const otRadioFrame *aFrame) in otMacFrameIsAck()
74 bool otMacFrameIsData(const otRadioFrame *aFrame) in otMacFrameIsData()
79 bool otMacFrameIsCommand(const otRadioFrame *aFrame) in otMacFrameIsCommand()
84 bool otMacFrameIsDataRequest(const otRadioFrame *aFrame) in otMacFrameIsDataRequest()
89 bool otMacFrameIsAckRequested(const otRadioFrame *aFrame) in otMacFrameIsAckRequested()
114 otError otMacFrameGetSrcAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress) in otMacFrameGetSrcAddr()
128 otError otMacFrameGetDstAddr(const otRadioFrame *aFrame, otMacAddress *aMacAddress) in otMacFrameGetDstAddr()
142 uint8_t otMacFrameGetSequence(const otRadioFrame *aFrame) in otMacFrameGetSequence()
147 void otMacFrameProcessTransmitAesCcm(otRadioFrame *aFrame, const otExtAddress *aExtAddress) in otMacFrameProcessTransmitAesCcm()
[all …]
/external/openthread/src/core/radio/
Dradio_callbacks.cpp41 void Radio::Callbacks::HandleReceiveDone(Mac::RxFrame *aFrame, Error aError) in HandleReceiveDone()
46 void Radio::Callbacks::HandleTransmitStarted(Mac::TxFrame &aFrame) in HandleTransmitStarted()
51 void Radio::Callbacks::HandleTransmitDone(Mac::TxFrame &aFrame, Mac::RxFrame *aAckFrame, Error aErr… in HandleTransmitDone()
62 void Radio::Callbacks::HandleDiagsReceiveDone(Mac::RxFrame *aFrame, Error aError) in HandleDiagsReceiveDone()
72 void Radio::Callbacks::HandleDiagsTransmitDone(Mac::TxFrame &aFrame, Error aError) in HandleDiagsTransmitDone()
Dradio_platform.cpp48 extern "C" void otPlatRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatRadioReceiveDone()
68 extern "C" void otPlatRadioTxStarted(otInstance *aInstance, otRadioFrame *aFrame) in otPlatRadioTxStarted()
85 extern "C" void otPlatRadioTxDone(otInstance *aInstance, otRadioFrame *aFrame, otRadioFrame *aAckFr… in otPlatRadioTxDone()
120 extern "C" void otPlatDiagRadioReceiveDone(otInstance *aInstance, otRadioFrame *aFrame, otError aEr… in otPlatDiagRadioReceiveDone()
134 extern "C" void otPlatDiagRadioTransmitDone(otInstance *aInstance, otRadioFrame *aFrame, otError aE… in otPlatDiagRadioTransmitDone()
Dradio.cpp85 Error Radio::Transmit(Mac::TxFrame &aFrame) in Transmit()
/external/openthread/src/core/mac/
Dsub_mac_callbacks.cpp54 void SubMac::Callbacks::ReceiveDone(RxFrame *aFrame, Error aError) in ReceiveDone()
73 void SubMac::Callbacks::RecordFrameTransmitStatus(const TxFrame &aFrame, in RecordFrameTransmitStatus()
82 void SubMac::Callbacks::TransmitDone(TxFrame &aFrame, RxFrame *aAckFrame, Error aError) in TransmitDone()
117 void SubMac::Callbacks::ReceiveDone(RxFrame *aFrame, Error aError) in ReceiveDone()
126 void SubMac::Callbacks::RecordFrameTransmitStatus(const TxFrame &aFrame, in RecordFrameTransmitStatus()
135 void SubMac::Callbacks::TransmitDone(TxFrame &aFrame, RxFrame *aAckFrame, Error aError) in TransmitDone()
Ddata_poll_handler.cpp52 inline Error DataPollHandler::Callbacks::PrepareFrameForChild(Mac::TxFrame &aFrame, in PrepareFrameForChild()
59 inline void DataPollHandler::Callbacks::HandleSentFrameToChild(const Mac::TxFrame &aFrame, in HandleSentFrameToChild()
128 void DataPollHandler::HandleDataPoll(Mac::RxFrame &aFrame) in HandleDataPoll()
215 void DataPollHandler::HandleSentFrame(const Mac::TxFrame &aFrame, Error aError) in HandleSentFrame()
228 void DataPollHandler::HandleSentFrame(const Mac::TxFrame &aFrame, Error aError, Child &aChild) in HandleSentFrame()
Dmac_links.cpp141 void Links::Send(TxFrame &aFrame, RadioTypes aRadioTypes) in Send()
205 const KeyMaterial *Links::GetTemporaryMacKey(const Frame &aFrame, uint32_t aKeySequence) const in GetTemporaryMacKey() argument
251 void Links::SetMacFrameCounter(TxFrame &aFrame) in SetMacFrameCounter()
Dmac.cpp833 void Mac::ProcessTransmitSecurity(TxFrame &aFrame) in ProcessTransmitSecurity()
1138 void Mac::RecordFrameTransmitStatus(const TxFrame &aFrame, in RecordFrameTransmitStatus()
1259 void Mac::HandleTransmitDone(TxFrame &aFrame, RxFrame *aAckFrame, Error aError) in HandleTransmitDone()
1501 Error Mac::ProcessReceiveSecurity(RxFrame &aFrame, const Address &aSrcAddr, Neighbor *aNeighbor) in ProcessReceiveSecurity()
1733 void Mac::HandleReceivedFrame(RxFrame *aFrame, Error aError) in HandleReceivedFrame()
2046 bool Mac::HandleMacCommand(RxFrame &aFrame) in HandleMacCommand()
2176 void Mac::LogFrameRxFailure(const RxFrame *aFrame, Error aError) const in LogFrameRxFailure() argument
2204 void Mac::LogFrameTxFailure(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWillRet… in LogFrameTxFailure() argument
2250 uint8_t Mac::GetTimeIeOffset(const Frame &aFrame) in GetTimeIeOffset()
2319 void Mac::ProcessCsl(const RxFrame &aFrame, const Address &aSrcAddr) in ProcessCsl()
[all …]
Dlink_raw.cpp182 void LinkRaw::InvokeReceiveDone(RxFrame *aFrame, Error aError) in InvokeReceiveDone()
205 void LinkRaw::InvokeTransmitDone(TxFrame &aFrame, RxFrame *aAckFrame, Error aError) in InvokeTransmitDone()
276 void LinkRaw::RecordFrameTransmitStatus(const TxFrame &aFrame, in RecordFrameTransmitStatus()
Ddata_poll_sender.cpp206 void DataPollSender::HandlePollSent(Mac::TxFrame &aFrame, Error aError) in HandlePollSent()
325 void DataPollSender::ProcessRxFrame(const Mac::RxFrame &aFrame) in ProcessRxFrame()
341 void DataPollSender::ProcessTxDone(const Mac::TxFrame &aFrame, const Mac::RxFrame *aAckFrame, Error… in ProcessTxDone()
Dsub_mac.cpp284 void SubMac::HandleReceiveDone(RxFrame *aFrame, Error aError) in HandleReceiveDone()
530 void SubMac::HandleTransmitStarted(TxFrame &aFrame) in HandleTransmitStarted()
542 void SubMac::HandleTransmitDone(TxFrame &aFrame, RxFrame *aAckFrame, Error aError) in HandleTransmitDone()
632 void SubMac::SignalFrameCounterUsedOnTxDone(const TxFrame &aFrame) in SignalFrameCounterUsedOnTxDone()
/external/openthread/src/core/thread/
Dcsl_tx_scheduler.cpp47 inline Error CslTxScheduler::Callbacks::PrepareFrameForChild(Mac::TxFrame &aFrame, in PrepareFrameForChild()
54 inline void CslTxScheduler::Callbacks::HandleSentFrameToChild(const Mac::TxFrame &aFrame, in HandleSentFrameToChild()
229 void CslTxScheduler::HandleSentFrame(const Mac::TxFrame &aFrame, Error aError) in HandleSentFrame()
245 void CslTxScheduler::HandleSentFrame(const Mac::TxFrame &aFrame, Error aError, Child &aChild) in HandleSentFrame()
Dindirect_sender.cpp327 Error IndirectSender::PrepareFrameForChild(Mac::TxFrame &aFrame, FrameContext &aContext, Child &aCh… in PrepareFrameForChild()
361 uint16_t IndirectSender::PrepareDataFrame(Mac::TxFrame &aFrame, Child &aChild, Message &aMessage) in PrepareDataFrame()
405 void IndirectSender::PrepareEmptyFrame(Mac::TxFrame &aFrame, Child &aChild, bool aAckRequest) in PrepareEmptyFrame()
412 void IndirectSender::HandleSentFrameToChild(const Mac::TxFrame &aFrame, in HandleSentFrameToChild()
Dmesh_forwarder.cpp58 void ThreadLinkInfo::SetFrom(const Mac::RxFrame &aFrame) in SetFrom()
165 void MeshForwarder::PrepareEmptyFrame(Mac::TxFrame &aFrame, const Mac::Address &aMacDest, bool aAck… in PrepareEmptyFrame()
846 uint16_t MeshForwarder::PrepareDataFrame(Mac::TxFrame & aFrame, in PrepareDataFrame()
1162 Neighbor *MeshForwarder::UpdateNeighborOnSentFrame(Mac::TxFrame & aFrame, in UpdateNeighborOnSentFrame()
1255 void MeshForwarder::HandleSentFrame(Mac::TxFrame &aFrame, Error aError) in HandleSentFrame()
1414 void MeshForwarder::HandleReceivedFrame(Mac::RxFrame &aFrame) in HandleReceivedFrame()
1818 void MeshForwarder::AppendHeaderIe(const Message *aMessage, Mac::TxFrame &aFrame) in AppendHeaderIe()
2058 void MeshForwarder::LogFrame(const char *aActionText, const Mac::Frame &aFrame, Error aError) in LogFrame()
Ddiscover_scanner.cpp180 Mac::TxFrame *DiscoverScanner::PrepareDiscoveryRequestFrame(Mac::TxFrame &aFrame) in PrepareDiscoveryRequestFrame()
Dlowpan.cpp1173 Error MeshHeader::ParseFrom(const uint8_t *aFrame, uint16_t aFrameLength, uint16_t &aHeaderLength) in ParseFrom()
1284 bool FragmentHeader::IsFragmentHeader(const uint8_t *aFrame, uint16_t aFrameLength) in IsFragmentHeader()
1301 Error FragmentHeader::ParseFrom(const uint8_t *aFrame, uint16_t aFrameLength, uint16_t &aHeaderLeng… in ParseFrom()
/external/openthread/src/ncp/
Dncp_base_radio.cpp62 otError NcpBase::PackRadioFrame(otRadioFrame *aFrame, otError aError) in PackRadioFrame()
121 void NcpBase::LinkRawReceiveDone(otInstance *, otRadioFrame *aFrame, otError aError) in LinkRawReceiveDone()
126 void NcpBase::LinkRawReceiveDone(otRadioFrame *aFrame, otError aError) in LinkRawReceiveDone()
140 void NcpBase::LinkRawTransmitDone(otInstance *, otRadioFrame *aFrame, otRadioFrame *aAckFrame, otEr… in LinkRawTransmitDone()
145 void NcpBase::LinkRawTransmitDone(otRadioFrame *aFrame, otRadioFrame *aAckFrame, otError aError) in LinkRawTransmitDone()
384 otError NcpBase::DecodeStreamRawTxRequest(otRadioFrame &aFrame) in DecodeStreamRawTxRequest()
/external/openthread/src/android/thread_network_hal/
Dhal_interface.cpp213 otError HalInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame()
228 void HalInterface::ReceiveFrameCallback(const std::vector<uint8_t> &aFrame) in ReceiveFrameCallback()
Dvendor_interface.cpp104 otError VendorInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame()
/external/openthread/examples/platforms/cc2538/
Ddiag.c68 void otPlatDiagRadioReceived(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatDiagRadioReceived()
/external/openthread/examples/platforms/simulation/
Ddiag.c68 void otPlatDiagRadioReceived(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatDiagRadioReceived()
Dradio.c182 static bool hasFramePending(const otRadioFrame *aFrame) in hasFramePending()
479 otError otPlatRadioTransmit(otInstance *aInstance, otRadioFrame *aFrame) in otPlatRadioTransmit()
623 static otError radioProcessTransmitSecurity(otRadioFrame *aFrame) in radioProcessTransmitSecurity()
863 void radioTransmit(struct RadioMessage *aMessage, const struct otRadioFrame *aFrame) in radioTransmit()
/external/openthread/tests/fuzz/
Dfuzzer_platform.cpp72 bool otMacFrameIsAckRequested(const otRadioFrame *aFrame) in otMacFrameIsAckRequested()
77 uint8_t otMacFrameGetSequence(const otRadioFrame *aFrame) in otMacFrameGetSequence()
315 otError otPlatRadioTransmit(otInstance *aInstance, otRadioFrame *aFrame) in otPlatRadioTransmit()
532 void otPlatDiagRadioReceived(otInstance *aInstance, otRadioFrame *aFrame, otError aError) in otPlatDiagRadioReceived()
/external/openthread/src/posix/platform/
Dhdlc_interface.cpp212 otError HdlcInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame()
228 otError HdlcInterface::Write(const uint8_t *aFrame, uint16_t aLength) in Write()
Dvendor_interface_example.cpp141 otError VendorInterface::SendFrame(const uint8_t *aFrame, uint16_t aLength) in SendFrame()

12