Searched refs:kTypeIp6 (Results 1 – 19 of 19) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_priority_queue.cpp | 189 … msgNet[i] = messagePool->Allocate(Message::kTypeIp6, 0, Message::Settings(Message::kPriorityNet)); in TestPriorityQueue() 191 …msgHigh[i] = messagePool->Allocate(Message::kTypeIp6, 0, Message::Settings(Message::kPriorityHigh)… in TestPriorityQueue() 193 …msgNor[i] = messagePool->Allocate(Message::kTypeIp6, 0, Message::Settings(Message::kPriorityNormal… in TestPriorityQueue() 195 … msgLow[i] = messagePool->Allocate(Message::kTypeIp6, 0, Message::Settings(Message::kPriorityLow)); in TestPriorityQueue() 202 msgNet[i] = messagePool->Allocate(Message::kTypeIp6); in TestPriorityQueue() 205 msgHigh[i] = messagePool->Allocate(Message::kTypeIp6); in TestPriorityQueue() 208 msgNor[i] = messagePool->Allocate(Message::kTypeIp6); in TestPriorityQueue() 211 msgLow[i] = messagePool->Allocate(Message::kTypeIp6); in TestPriorityQueue()
|
D | test_message.cpp | 69 VerifyOrQuit((message = messagePool->Allocate(Message::kTypeIp6)) != nullptr); in TestMessage() 193 VerifyOrQuit((message2 = messagePool->Allocate(Message::kTypeIp6)) != nullptr); in TestMessage() 325 VerifyOrQuit((message = messagePool->Allocate(Message::kTypeIp6)) != nullptr); in TestMessage() 346 VerifyOrQuit((message = messagePool->Allocate(Message::kTypeIp6)) != nullptr); in TestMessage() 384 message = instance->Get<MessagePool>().Allocate(Message::kTypeIp6); in TestAppender()
|
D | test_hmac_sha256.cpp | 97 VerifyOrQuit((message = messagePool->Allocate(Message::kTypeIp6)) != nullptr); in TestSha256() 240 VerifyOrQuit((message = messagePool->Allocate(Message::kTypeIp6)) != nullptr); in TestHmacSha256()
|
D | test_aes.cpp | 151 message = instance->Get<MessagePool>().Allocate(Message::kTypeIp6); in TestMacCommandFrame() 205 message = instance->Get<MessagePool>().Allocate(Message::kTypeIp6); in TestInPlaceAesCcmProcessing()
|
D | test_spinel_buffer.cpp | 179 message = sMessagePool->Allocate(Message::kTypeIp6); in WriteTestFrame1() 223 message1 = sMessagePool->Allocate(Message::kTypeIp6); in WriteTestFrame2() 228 message2 = sMessagePool->Allocate(Message::kTypeIp6); in WriteTestFrame2() 268 message1 = sMessagePool->Allocate(Message::kTypeIp6); in WriteTestFrame3() 529 message = sMessagePool->Allocate(Message::kTypeIp6); in TestBuffer() 734 message = sMessagePool->Allocate(Message::kTypeIp6); in TestBuffer()
|
D | test_tlv.cpp | 54 VerifyOrQuit((message = instance->Get<MessagePool>().Allocate(Message::kTypeIp6)) != nullptr); in TestTlv()
|
D | test_heap_string.cpp | 223 VerifyOrQuit((message = messagePool->Allocate(Message::kTypeIp6)) != nullptr); in TestHeapData()
|
D | test_frame_builder.cpp | 58 message = instance->Get<MessagePool>().Allocate(Message::kTypeIp6); in TestFrameBuilder()
|
D | test_message_queue.cpp | 118 msg = sMessagePool->Allocate(Message::kTypeIp6); in TestMessageQueue()
|
D | test_lowpan.cpp | 125 Message *message = sInstance->Get<MessagePool>().Allocate(Message::kTypeIp6); in Init() 181 … VerifyOrQuit((message = sInstance->Get<MessagePool>().Allocate(Message::kTypeIp6)) != nullptr); in Test() 204 …VerifyOrQuit((compressedMsg = sInstance->Get<MessagePool>().Allocate(Message::kTypeIp6)) != nullpt… in Test() 228 … VerifyOrQuit((message = sInstance->Get<MessagePool>().Allocate(Message::kTypeIp6)) != nullptr); in Test()
|
D | test_dns.cpp | 173 VerifyOrQuit((message = messagePool->Allocate(Message::kTypeIp6)) != nullptr); in TestDnsName() 665 VerifyOrQuit((message = messagePool->Allocate(Message::kTypeIp6)) != nullptr); in TestDnsCompressedName() 1001 VerifyOrQuit((message2 = messagePool->Allocate(Message::kTypeIp6)) != nullptr); in TestDnsCompressedName() 1181 VerifyOrQuit((message = messagePool->Allocate(Message::kTypeIp6)) != nullptr); in TestHeaderAndResourceRecords() 1624 VerifyOrQuit((message = messagePool->Allocate(Message::kTypeIp6)) != nullptr); in TestDnsTxtEntry()
|
/openthread-latest/src/core/thread/ |
D | mesh_forwarder.cpp | 228 if (aMessage.GetType() == Message::kTypeIp6) in UpdateEcnOrDrop() 399 case Message::kTypeIp6: in IsDirectTxQueueOverMaxFrameThreshold() 553 case Message::kTypeIp6: in PrepareNextDirectTransmission() 755 case Message::kTypeIp6: in HandleFrameRequest() 1319 if (aMessage.GetType() == Message::kTypeIp6) in FinalizeMessageDirectTx() 1578 if (message.GetType() == Message::kTypeIp6) in ClearReassemblyList() 1613 if (message.GetType() == Message::kTypeIp6) in UpdateReassemblyList() 1633 …aMessage = Get<MessagePool>().Allocate(Message::kTypeIp6, /* aReserveHeader */ 0, Message::Setting… in FrameToMessage() 1685 if (aMessage.GetType() == Message::kTypeIp6) in HandleDatagram() 1954 case Message::kTypeIp6: in LogMessage()
|
D | indirect_sender.cpp | 342 case Message::kTypeIp6: in PrepareFrameForChild() 519 if (message->GetType() == Message::kTypeIp6) in HandleSentFrameToChild()
|
D | mesh_forwarder_ftd.cpp | 55 case Message::kTypeIp6: in SendMessage() 277 if (message.GetType() == Message::kTypeIp6) in RemoveMessagesForChild()
|
/openthread-latest/src/core/coap/ |
D | coap_secure.cpp | 128 …VerifyOrExit((message = Get<MessagePool>().Allocate(Message::kTypeIp6, Message::GetHelpDataReserve… in HandleDtlsReceive()
|
/openthread-latest/src/core/utils/ |
D | history_tracker.cpp | 82 VerifyOrExit(aMessage.GetType() == Message::kTypeIp6); in RecordMessage()
|
/openthread-latest/src/core/net/ |
D | nat64_translator.cpp | 279 aMessage.SetType(Message::kTypeIp6); in TranslateToIp6()
|
D | ip6.cpp | 76 …Message::kTypeIp6, sizeof(Header) + sizeof(HopByHopHeader) + sizeof(MplOption) + aReserved, aSetti… in NewMessage() 93 message = Get<MessagePool>().Allocate(Message::kTypeIp6, /* aReserveHeader */ 0, settings); in NewMessageFromData()
|
/openthread-latest/src/core/common/ |
D | message.hpp | 288 kTypeIp6 = 0, ///< A full uncompressed IPv6 packet enumerator
|