Searched refs:aMessageType (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/src/core/net/ |
D | dns_dso.cpp | 394 Error Dso::Connection::SendKeepAliveMessage(MessageType aMessageType, MessageId aResponseId) in SendKeepAliveMessage() argument 413 OT_ASSERT(aMessageType == kResponseMessage); in SendKeepAliveMessage() 431 if (aMessageType == kResponseMessage) in SendKeepAliveMessage() 437 OT_ASSERT(aMessageType == kUnidirectionalMessage); in SendKeepAliveMessage() 442 OT_ASSERT(aMessageType == kRequestMessage); in SendKeepAliveMessage() 463 error = SendMessage(*message, aMessageType, aResponseId); in SendKeepAliveMessage() 471 MessageType aMessageType, in SendMessage() argument 487 OT_ASSERT(aMessageType == kRequestMessage); in SendMessage() 496 OT_ASSERT(aMessageType == kRequestMessage); in SendMessage() 500 OT_ASSERT(aMessageType == kResponseMessage); in SendMessage() [all …]
|
D | dns_dso.hpp | 746 Error SendKeepAliveMessage(MessageType aMessageType, MessageId aResponseId); 748 MessageType aMessageType, 772 static const char *MessageTypeToString(MessageType aMessageType);
|
/openthread-latest/src/core/thread/ |
D | mle.hpp | 1168 void AddSchedule(MessageType aMessageType, 1174 bool HasMatchingSchedule(MessageType aMessageType, const Ip6::Address &aDestination) const; 1175 void RemoveMatchingSchedules(MessageType aMessageType, const Ip6::Address &aDestination); 1177 …static bool Match(const Schedule &aSchedule, MessageType aMessageType, const Ip6::Address &aDestin…
|
D | mle.cpp | 4639 void Mle::DelayedSender::AddSchedule(MessageType aMessageType, in AddSchedule() argument 4652 header.mMessageType = aMessageType; in AddSchedule() 4665 Log(kMessageDelay, aMessageType, aDestination); in AddSchedule() 4777 bool Mle::DelayedSender::Match(const Schedule &aSchedule, MessageType aMessageType, const Ip6::Addr… in Match() argument 4783 return (header.mMessageType == aMessageType) && (header.mDestination == aDestination); in Match() 4786 bool Mle::DelayedSender::HasMatchingSchedule(MessageType aMessageType, const Ip6::Address &aDestina… in HasMatchingSchedule() argument 4792 if (Match(schedule, aMessageType, aDestination)) in HasMatchingSchedule() 4802 void Mle::DelayedSender::RemoveMatchingSchedules(MessageType aMessageType, const Ip6::Address &aDes… in RemoveMatchingSchedules() argument 4806 if (Match(schedule, aMessageType, aDestination)) in RemoveMatchingSchedules() 4809 Log(kMessageRemoveDelayed, aMessageType, aDestination); in RemoveMatchingSchedules()
|
D | mle_router.hpp | 608 void HandleLinkAcceptVariant(RxInfo &aRxInfo, MessageType aMessageType);
|
D | mle_router.cpp | 885 void MleRouter::HandleLinkAcceptVariant(RxInfo &aRxInfo, MessageType aMessageType) in HandleLinkAcceptVariant() argument 906 Log(kMessageReceive, aMessageType, aRxInfo.mMessageInfo.GetPeerAddr(), sourceAddress); in HandleLinkAcceptVariant() 1069 if (aMessageType == kTypeLinkAcceptAndRequest) in HandleLinkAcceptVariant() 1091 LogProcessError(aMessageType, error); in HandleLinkAcceptVariant()
|
/openthread-latest/tests/unit/ |
D | test_mdns.cpp | 713 static TtlCheckMode DetermineTtlCheckMode(DnsMessageType aMessageType, bool aIsGoodBye) in DetermineTtlCheckMode() 717 if (aMessageType == kLegacyUnicastResponse) in DetermineTtlCheckMode()
|