Searched defs:aTag (Results 1 – 10 of 10) sorted by relevance
| /external/openthread/tests/unit/ |
| D | test_spinel_buffer.cpp | 94 void AddTagToHistory(Spinel::Buffer::FrameTag aTag, Spinel::Buffer::Priority aPriority) in AddTagToHistory() 109 void VerifyAndRemoveTagFromHistory(Spinel::Buffer::FrameTag aTag, Spinel::Buffer::Priority aPriorit… in VerifyAndRemoveTagFromHistory() 130 Spinel::Buffer::FrameTag aTag, in FrameAddedCallback() 147 Spinel::Buffer::FrameTag aTag, in FrameRemovedCallback()
|
| /external/openthread/src/core/api/ |
| D | crypto_api.cpp | 71 void * aTag) in otCryptoAesCcm()
|
| /external/openthread/src/core/crypto/ |
| D | aes_ccm.cpp | 266 void AesCcm::Finalize(void *aTag) in Finalize()
|
| /external/openthread/src/ncp/ |
| D | ncp_spi.cpp | 246 Spinel::Buffer::FrameTag aTag, in HandleFrameAddedToTxBuffer()
|
| D | ncp_hdlc.cpp | 99 Spinel::Buffer::FrameTag aTag, in HandleFrameAddedToNcpBuffer()
|
| /external/openthread/src/core/thread/ |
| D | mesh_forwarder_ftd.cpp | 886 … uint16_t aTag) in FindEntry() 904 uint16_t aTag, in AllocateEntry()
|
| D | topology.cpp | 158 void Neighbor::SetLastRxFragmentTag(uint16_t aTag) in SetLastRxFragmentTag()
|
| D | lowpan.hpp | 490 void InitFirstFragment(uint16_t aSize, uint16_t aTag) { Init(aSize, aTag, 0); } in InitFirstFragment()
|
| D | lowpan.cpp | 1272 void FragmentHeader::Init(uint16_t aSize, uint16_t aTag, uint16_t aOffset) in Init()
|
| /external/openthread/src/core/common/ |
| D | message.hpp | 903 void SetDatagramTag(uint32_t aTag) { GetMetadata().mDatagramTag = aTag; } in SetDatagramTag()
|