/openthread-3.5.0/src/core/thread/ |
D | network_data_tlvs.cpp | 42 …DataTlv *NetworkDataTlv::Find(const NetworkDataTlv *aStart, const NetworkDataTlv *aEnd, Type aType) in Find() 62 Type aType, in Find() 86 const NetworkDataTlv *PrefixTlv::FindSubTlv(Type aType, bool aStable) const in FindSubTlv() 120 const NetworkDataTlv *TlvIterator::Iterate(NetworkDataTlv::Type aType) in Iterate() 131 const NetworkDataTlv *TlvIterator::Iterate(NetworkDataTlv::Type aType, bool aStable) in Iterate()
|
D | radio_selector.hpp | 101 void AddSupportedRadioType(Mac::RadioType aType) { mSupportedRadioTypes.Add(aType); } in AddSupportedRadioType() 102 void RemoveSupportedRadioType(Mac::RadioType aType) { mSupportedRadioTypes.Remove(aType); } in RemoveSupportedRadioType() 106 …void SetRadioPreference(Mac::RadioType aType, uint8_t aValue) { mRadioPreference[aType] = aValu… in SetRadioPreference()
|
D | network_data_leader.hpp | 208 MeshCoP::Tlv *GetCommissioningDataSubTlv(MeshCoP::Tlv::Type aType) in GetCommissioningDataSubTlv()
|
D | mle.cpp | 1728 void Mle::SendParentRequest(ParentRequestType aType) in SendParentRequest() 4062 void Mle::Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress) in Log() 4067 void Mle::Log(MessageAction aAction, MessageType aType, const Ip6::Address &aAddress, uint16_t aRlo… in Log() 4087 void Mle::LogProcessError(MessageType aType, Error aError) { LogError(kMessageReceive, aType, aErro… in LogProcessError() 4089 void Mle::LogSendError(MessageType aType, Error aError) { LogError(kMessageSend, aType, aError); } in LogSendError() 4091 void Mle::LogError(MessageAction aAction, MessageType aType, Error aError) in LogError() 4125 const char *Mle::MessageTypeToString(MessageType aType) in MessageTypeToString() 4222 const char *Mle::MessageTypeActionToSuffixString(MessageType aType, MessageAction aAction) in MessageTypeActionToSuffixString() 4588 Error Mle::TxMessage::AppendNetworkDataTlv(NetworkData::Type aType) in AppendNetworkDataTlv()
|
D | network_data_tlvs.hpp | 161 … void SetType(Type aType) { mType = (mType & ~kTypeMask) | ((aType << kTypeOffset) & kTypeMask); } in SetType() 273 static NetworkDataTlv *Find(NetworkDataTlv *aStart, NetworkDataTlv *aEnd, Type aType) in Find() 334 …static NetworkDataTlv *Find(NetworkDataTlv *aStart, NetworkDataTlv *aEnd, Type aType, bool aStable) in Find() 855 NetworkDataTlv *FindSubTlv(Type aType) { return AsNonConst(AsConst(this)->FindSubTlv(aType)); } in FindSubTlv() 876 NetworkDataTlv *FindSubTlv(Type aType, bool aStable) in FindSubTlv()
|
D | network_data.cpp | 53 Error NetworkData::CopyNetworkData(Type aType, uint8_t *aData, uint8_t &aDataLength) const in CopyNetworkData() 65 Error NetworkData::CopyNetworkData(Type aType, MutableNetworkData &aNetworkData) const in CopyNetworkData()
|
/openthread-3.5.0/src/core/common/ |
D | tlvs.cpp | 59 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv) in FindTlv() 66 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, uint16_t aMaxSize, Tlv &aTlv, uint16_t &… in FindTlv() 84 Error Tlv::FindTlvValueOffset(const Message &aMessage, uint8_t aType, uint16_t &aValueOffset, uint1… in FindTlvValueOffset() 99 uint8_t aType, in FindTlvValueStartEndOffsets() 165 Error Tlv::ParsedInfo::FindIn(const Message &aMessage, uint8_t aType) in FindIn() 245 Error Tlv::FindStringTlv(const Message &aMessage, uint8_t aType, uint8_t aMaxStringLength, char *aV… in FindStringTlv() 257 template <typename UintType> Error Tlv::FindUintTlv(const Message &aMessage, uint8_t aType, UintTyp… in FindUintTlv() 274 Error Tlv::FindTlv(const Message &aMessage, uint8_t aType, void *aValue, uint8_t aLength) in FindTlv() 288 Error Tlv::AppendStringTlv(Message &aMessage, uint8_t aType, uint8_t aMaxStringLength, const char *… in AppendStringTlv() 295 template <typename UintType> Error Tlv::AppendUintTlv(Message &aMessage, uint8_t aType, UintType aV… in AppendUintTlv() [all …]
|
D | settings.cpp | 219 Settings::Key Settings::KeyForDatasetType(MeshCoP::Dataset::Type aType) in KeyForDatasetType() 224 Error Settings::SaveOperationalDataset(MeshCoP::Dataset::Type aType, const MeshCoP::Dataset &aDatas… in SaveOperationalDataset() 234 Error Settings::ReadOperationalDataset(MeshCoP::Dataset::Type aType, MeshCoP::Dataset &aDataset) co… in ReadOperationalDataset() 248 Error Settings::DeleteOperationalDataset(MeshCoP::Dataset::Type aType) in DeleteOperationalDataset()
|
D | message.cpp | 71 Message *MessagePool::Allocate(Message::Type aType, uint16_t aReserveHeader, const Message::Setting… in Allocate() 97 Message *MessagePool::Allocate(Message::Type aType) { return Allocate(aType, 0, Message::Settings::… in Allocate() 99 Message *MessagePool::Allocate(Message::Type aType, uint16_t aReserveHeader) in Allocate()
|
/openthread-3.5.0/src/core/meshcop/ |
D | dataset.cpp | 260 void Dataset::Set(Type aType, const Dataset &aDataset) in Set() 367 Error Dataset::GetTimestamp(Type aType, Timestamp &aTimestamp) const in GetTimestamp() 390 void Dataset::SetTimestamp(Type aType, const Timestamp &aTimestamp) in SetTimestamp() 395 Error Dataset::SetTlv(Tlv::Type aType, const void *aValue, uint8_t aLength) in SetTlv() 448 void Dataset::RemoveTlv(Tlv::Type aType) in RemoveTlv() 459 Error Dataset::AppendMleDatasetTlv(Type aType, Message &aMessage) const in AppendMleDatasetTlv() 606 const char *Dataset::TypeToString(Type aType) { return (aType == kActive) ? "Active" : "Pending"; } in TypeToString()
|
D | dataset.hpp | 633 Tlv *GetTlv(Tlv::Type aType) { return AsNonConst(AsConst(this)->GetTlv(aType)); } in GetTlv() 780 template <typename ValueType> Error SetTlv(Tlv::Type aType, const ValueType &aValue) in SetTlv() 933 template <> inline Error Dataset::SetTlv(Tlv::Type aType, const uint16_t &aValue) in SetTlv() 950 template <> inline Error Dataset::SetTlv(Tlv::Type aType, const uint32_t &aValue) in SetTlv()
|
D | dataset_local.cpp | 54 DatasetLocal::DatasetLocal(Instance &aInstance, Dataset::Type aType) in DatasetLocal()
|
D | meshcop_tlvs.cpp | 94 const Tlv *Tlv::FindTlv(const uint8_t *aTlvsStart, uint16_t aTlvsLength, Type aType) in FindTlv()
|
D | dtls.cpp | 746 mbedtls_ssl_key_export_type aType, in HandleMbedtlsExportKeys() 757 void Dtls::HandleMbedtlsExportKeys(mbedtls_ssl_key_export_type aType, in HandleMbedtlsExportKeys()
|
/openthread-3.5.0/src/core/radio/ |
D | trel_packet.cpp | 59 uint16_t Header::GetSize(Type aType) in GetSize() 113 void Packet::Init(Header::Type aType, uint8_t *aPayload, uint16_t aPayloadLength) in Init()
|
D | trel_packet.hpp | 93 void Init(Type aType) { mControl = aType + kVersion; } in Init()
|
/openthread-3.5.0/src/core/net/ |
D | icmp6.cpp | 84 Error Icmp::SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, cons… in SendError() 96 Error Icmp::SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, cons… in SendError()
|
D | dns_types.hpp | 138 void SetType(Type aType) in SetType() 172 void SetQueryType(QueryType aType) in SetQueryType() 1231 void Init(uint16_t aType, uint16_t aClass = kClassInternet) in Init() 1246 bool Matches(uint16_t aType, uint16_t aClass = kClassInternet) const in Matches() 1265 void SetType(uint16_t aType) { mType = HostSwap16(aType); } in SetType() 2575 explicit Question(uint16_t aType, uint16_t aClass = ResourceRecord::kClassInternet) in Question() 2595 void SetType(uint16_t aType) { mType = HostSwap16(aType); } in SetType()
|
D | icmp6.hpp | 137 void SetType(Type aType) { mType = static_cast<uint8_t>(aType); } in SetType()
|
/openthread-3.5.0/src/posix/platform/ |
D | misc.cpp | 99 int SocketWithCloseExec(int aDomain, int aType, int aProtocol, SocketBlockOption aBlockOption) in SocketWithCloseExec()
|
/openthread-3.5.0/src/core/coap/ |
D | coap_message.cpp | 63 void Message::Init(Type aType, Code aCode) in Init() 70 Error Message::Init(Type aType, Code aCode, Uri aUri) in Init() 251 Error Message::AppendBlockOption(Message::BlockType aType, uint32_t aNum, bool aMore, otCoapBlockSz… in AppendBlockOption()
|
/openthread-3.5.0/examples/platforms/simulation/ |
D | trel.c | 95 static const char *messageTypeToString(MessageType aType) in messageTypeToString() 245 static void sendServiceMessage(MessageType aType) in sendServiceMessage()
|
/openthread-3.5.0/src/core/mac/ |
D | mac_types.hpp | 745 void Add(RadioType aType) { mBitMask |= BitFlag(aType); } in Add() 767 void Remove(RadioType aType) { mBitMask &= ~BitFlag(aType); } in Remove() 799 …static uint8_t BitFlag(RadioType aType) { return static_cast<uint8_t>(1U << static_cast<uint8_t>(a… in BitFlag()
|
/openthread-3.5.0/src/core/api/ |
D | coap_api.cpp | 51 void otCoapMessageInit(otMessage *aMessage, otCoapType aType, otCoapCode aCode) in otCoapMessageInit() 56 otError otCoapMessageInitResponse(otMessage *aResponse, const otMessage *aRequest, otCoapType aType… in otCoapMessageInitResponse()
|
/openthread-3.5.0/src/core/utils/ |
D | history_tracker.cpp | 85 …Tracker::RecordMessage(const Message &aMessage, const Mac::Address &aMacAddress, MessageType aType) in RecordMessage()
|