Home
last modified time | relevance | path

Searched refs:kTypeOther (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/src/core/meshcop/
Ddataset_updater.cpp105 message = Get<MessagePool>().Allocate(Message::kTypeOther); in RequestUpdate()
Djoiner_router.cpp199 Message *message = Get<MessagePool>().Allocate(Message::kTypeOther); in DelaySendingJoinerEntrust()
/openthread-latest/tests/unit/
Dtest_offset_range.cpp147 message = instance->Get<MessagePool>().Allocate(Message::kTypeOther); in TestOffsetRange()
Dtest_mdns.cpp1101 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendQuery()
1143 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendQueryForTwo()
1173 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendPtrResponse()
1220 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendSrvResponse()
1268 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendTxtResponse()
1313 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendHostAddrResponse()
1365 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendResponseWithEmptyKey()
1411 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendPtrQueryWithKnownAnswers()
1453 message = sInstance->Get<MessagePool>().Allocate(Message::kTypeOther); in SendEmtryPtrQueryWithKnownAnswers()
/openthread-latest/tests/nexus/
Dtest_dtls.cpp120 Message *message = aNode.Get<MessagePool>().Allocate(Message::kTypeOther); in PrepareMessage()
/openthread-latest/src/core/common/
Dmessage.hpp294 kTypeOther = 6, ///< Other (data) message. enumerator
/openthread-latest/src/core/net/
Ddns_dso.cpp149 return Get<MessagePool>().Allocate(Message::kTypeOther, sizeof(Dns::Header), in NewMessage()
Ddns_client.cpp1039 aQuery = Get<MessagePool>().Allocate(Message::kTypeOther); in AllocateQuery()
Dmdns.cpp3015 mMsgPtr.Reset(Get<MessagePool>().Allocate(Message::kTypeOther)); in Init()
3073 mExtraMsgPtr.Reset(Get<MessagePool>().Allocate(Message::kTypeOther)); in SelectMessageFor()
/openthread-latest/src/core/thread/
Dmle.cpp4645 Schedule *schedule = Get<MessagePool>().Allocate(Message::kTypeOther); in AddSchedule()