/openthread-latest/src/core/net/ |
D | icmp6.hpp | 96 enum Code : uint8_t enum in ot::Ip6::Icmp::Header 135 Code GetCode(void) const { return static_cast<Code>(mCode); } in GetCode() 142 void SetCode(Code aCode) { mCode = static_cast<uint8_t>(aCode); } in SetCode() 263 …Error SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, const Mes… 276 …Error SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, const Hea…
|
D | dhcp6.hpp | 157 enum Code : uint16_t enum 204 Code GetCode(void) const { return static_cast<Code>(BigEndian::HostSwap16(mCode)); } in GetCode() 211 void SetCode(Code aCode) { mCode = BigEndian::HostSwap16(static_cast<uint16_t>(aCode)); } in SetCode()
|
D | icmp6.cpp | 77 Error Icmp::SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, cons… in SendError() 89 Error Icmp::SendError(Header::Type aType, Header::Code aCode, const MessageInfo &aMessageInfo, cons… in SendError()
|
D | dhcp6_client.hpp | 127 uint16_t FindOption(Message &aMessage, uint16_t aOffset, uint16_t aLength, Code aCode);
|
D | dhcp6_server.hpp | 186 uint16_t FindOption(Message &aMessage, uint16_t aOffset, uint16_t aLength, Code aCode);
|
D | ip6.hpp | 367 … void SendIcmpError(Message &aMessage, Icmp::Header::Type aIcmpType, Icmp::Header::Code aIcmpCode);
|
D | ip4_types.hpp | 567 enum Code : uint8_t enum in ot::Ip4::Icmp::Header
|
D | dhcp6_server.cpp | 221 uint16_t Server::FindOption(Message &aMessage, uint16_t aOffset, uint16_t aLength, Code aCode) in FindOption()
|
D | dhcp6_client.cpp | 440 uint16_t Client::FindOption(Message &aMessage, uint16_t aOffset, uint16_t aLength, Dhcp6::Code aCod… in FindOption()
|
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/ |
D | error.fmt | 35 /* Begin Auto-Generated Code. */ 37 /* End Auto-Generated Code. */ 58 /* Begin Auto-Generated Code. */ 60 /* End Auto-Generated Code. */
|
/openthread-latest/src/core/coap/ |
D | coap_message.hpp | 86 enum Code : uint8_t enum 170 typedef ot::Coap::Code Code; ///< CoAP Code. typedef in ot::Coap::Message 194 void Init(Type aType, Code aCode); 206 Error Init(Type aType, Code aCode, Uri aUri); 273 uint8_t GetCode(void) const { return static_cast<Code>(GetHelpData().mHeader.mCode); } in GetCode() 280 void SetCode(Code aCode) { GetHelpData().mHeader.mCode = static_cast<uint8_t>(aCode); } in SetCode() 1178 DefineMapEnum(otCoapCode, Coap::Code);
|
D | coap.hpp | 634 …Error SendHeaderResponse(Message::Code aCode, const Message &aRequest, const Ip6::MessageInfo &aMe… 659 Error SendEmptyAck(const Message &aRequest, const Ip6::MessageInfo &aMessageInfo, Code aCode);
|
D | coap_message.cpp | 56 void Message::Init(Type aType, Code aCode) in Init() 63 Error Message::Init(Type aType, Code aCode, Uri aUri) in Init()
|
D | coap.cpp | 384 Error CoapBase::SendEmptyAck(const Message &aRequest, const Ip6::MessageInfo &aMessageInfo, Code aC… in SendEmptyAck() 419 Error CoapBase::SendHeaderResponse(Message::Code aCode, const Message &aRequest, const Ip6::Message… in SendHeaderResponse() 614 aRequest.Init(kTypeConfirmable, static_cast<ot::Coap::Code>(aRequestOld.GetCode())); in PrepareNextBlockRequest()
|
/openthread-latest/ |
D | CODE_OF_CONDUCT.md | 1 # OpenThread Code of Conduct 31 … wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and wil… 35 This Code of Conduct applies within all community spaces, and also applies when an individual is of… 45 …ines in determining the consequences for any action they deem in violation of this Code of Conduct: 57 …ople involved, including unsolicited interaction with those enforcing the Code of Conduct, for a s… 63 …ople involved, including unsolicited interaction with those enforcing the Code of Conduct, is allo… 73 This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available a…
|
D | CONTRIBUTING.md | 5 - [1 Code of Conduct](#code-of-conduct) 8 - [4 Contributing Code](#contributing-code) 14 ## Code of Conduct 16 Help us keep OpenThread open and inclusive. Please read and follow our [Code of Conduct](CODE_OF_CO… 32 ## Contributing Code
|
D | STYLE_GUIDE.md | 112 - Code shall not use exceptions. 113 - Code shall not use C++ runtime type information (RTTI), including facilities that rely upon it, s…
|
/openthread-latest/third_party/mbedtls/repo/framework/ |
D | .gitignore | 40 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
|
/openthread-latest/third_party/mbedtls/repo/ |
D | .gitignore | 48 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
|
/openthread-latest/src/core/meshcop/ |
D | border_agent.cpp | 609 Coap::Message::Code BorderAgent::CoapCodeFromError(Error aError) in CoapCodeFromError() 611 Coap::Message::Code code; in CoapCodeFromError() 965 aMessage.Init(Coap::kTypeNonConfirmable, static_cast<Coap::Code>(aCode)); in ToHeader() 969 aMessage.Init(Coap::kTypeAck, static_cast<Coap::Code>(aCode)); in ToHeader()
|
D | border_agent.hpp | 318 static Coap::Message::Code CoapCodeFromError(Error aError);
|
/openthread-latest/src/core/backbone_router/ |
D | bbr_manager.cpp | 366 Coap::Code duaRespCoapCode = Coap::kCodeEmpty; in HandleDuaRegistration() 381 duaRespCoapCode = static_cast<Coap::Code>(mDuaResponseStatus); in HandleDuaRegistration()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_oid.data | 17 oid_get_extended_key_usage:"2B06010505070303":"Code Signing"
|
D | main_test.function | 46 /* Test Suite Code */
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | README.md | 27 - [Code size](#code-size) 58 **Code quality:** 123 ## Code size 206 **Code size**
|