/openthread-latest/tests/scripts/thread-cert/ |
D | message.py | 48 class MessageType(IntEnum): class 73 self._type = MessageType.MLE 77 self._type = MessageType.COAP 82 self._type = MessageType.DTLS 87 self._type = MessageType.ICMP 96 if self.type != MessageType.DTLS: 144 self._type = MessageType.BEACON 147 self._type = MessageType.ACK 150 self._type = MessageType.DATA 152 self._type = MessageType.COMMAND [all …]
|
/openthread-latest/src/core/thread/ |
D | mle.hpp | 915 enum MessageType : uint8_t enum in ot::Mle::Mle 1165 MessageType mMessageType; 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… 1416 static void Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress); 1417 …static void Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress, uint16_t a… 1419 static void Log(MessageAction, MessageType, const Ip6::Address &) {} in Log() argument 1420 static void Log(MessageAction, MessageType, const Ip6::Address &, uint16_t) {} in Log() argument [all …]
|
D | mle.cpp | 4090 void Mle::Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress) in Log() 4095 void Mle::Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress, uint16_t aRlo… in Log() 4115 void Mle::LogProcessError(MessageType aType, Error aError) { LogError(kMessageReceive, aType, aErro… in LogProcessError() 4117 void Mle::LogSendError(MessageType aType, Error aError) { LogError(kMessageSend, aType, aError); } in LogSendError() 4119 void Mle::LogError(MessageAction aAction, MessageType aType, Error aError) in LogError() 4157 const char *Mle::MessageTypeToString(MessageType aType) in MessageTypeToString() 4246 const char *Mle::MessageTypeActionToSuffixString(MessageType aType, MessageAction aAction) in MessageTypeActionToSuffixString() 4639 void Mle::DelayedSender::AddSchedule(MessageType aMessageType, in AddSchedule() 4777 bool Mle::DelayedSender::Match(const Schedule &aSchedule, MessageType aMessageType, const Ip6::Addr… in Match() 4786 bool Mle::DelayedSender::HasMatchingSchedule(MessageType aMessageType, const Ip6::Address &aDestina… in HasMatchingSchedule() [all …]
|
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()
|
/openthread-latest/examples/platforms/simulation/ |
D | trel.c | 52 typedef enum MessageType enum 58 } MessageType; typedef 62 MessageType mType; 97 static const char *messageTypeToString(MessageType aType) in messageTypeToString() 155 static void sendServiceMessage(MessageType aType) in sendServiceMessage()
|
/openthread-latest/src/core/net/ |
D | dns_dso.hpp | 660 enum MessageType : uint8_t enum in ot::Dns::Dso::Connection 746 Error SendKeepAliveMessage(MessageType aMessageType, MessageId aResponseId); 748 MessageType aMessageType, 772 static const char *MessageTypeToString(MessageType aMessageType);
|
D | dns_dso.cpp | 394 Error Dso::Connection::SendKeepAliveMessage(MessageType aMessageType, MessageId aResponseId) in SendKeepAliveMessage() 471 MessageType aMessageType, in SendMessage() 1319 const char *Dso::Connection::MessageTypeToString(MessageType aMessageType) in MessageTypeToString()
|
/openthread-latest/src/core/utils/ |
D | history_tracker.hpp | 378 enum MessageType : uint8_t enum in ot::Utils::HistoryTracker 395 void RecordMessage(const Message &aMessage, const Mac::Address &aMacAddress, MessageType aType);
|
D | history_tracker.cpp | 77 …Tracker::RecordMessage(const Message &aMessage, const Mac::Address &aMacAddress, MessageType aType) in RecordMessage()
|