Home
last modified time | relevance | path

Searched refs:Code (Results 1 – 25 of 34) sorted by relevance

12

/openthread-latest/src/core/net/
Dicmp6.hpp96 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…
Ddhcp6.hpp157 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()
Dicmp6.cpp77 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()
Ddhcp6_client.hpp127 uint16_t FindOption(Message &aMessage, uint16_t aOffset, uint16_t aLength, Code aCode);
Ddhcp6_server.hpp186 uint16_t FindOption(Message &aMessage, uint16_t aOffset, uint16_t aLength, Code aCode);
Dip6.hpp367 … void SendIcmpError(Message &aMessage, Icmp::Header::Type aIcmpType, Icmp::Header::Code aIcmpCode);
Dip4_types.hpp567 enum Code : uint8_t enum in ot::Ip4::Icmp::Header
Ddhcp6_server.cpp221 uint16_t Server::FindOption(Message &aMessage, uint16_t aOffset, uint16_t aLength, Code aCode) in FindOption()
Ddhcp6_client.cpp440 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/
Derror.fmt35 /* Begin Auto-Generated Code. */
37 /* End Auto-Generated Code. */
58 /* Begin Auto-Generated Code. */
60 /* End Auto-Generated Code. */
/openthread-latest/src/core/coap/
Dcoap_message.hpp86 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);
Dcoap.hpp634 …Error SendHeaderResponse(Message::Code aCode, const Message &aRequest, const Ip6::MessageInfo &aMe…
659 Error SendEmptyAck(const Message &aRequest, const Ip6::MessageInfo &aMessageInfo, Code aCode);
Dcoap_message.cpp56 void Message::Init(Type aType, Code aCode) in Init()
63 Error Message::Init(Type aType, Code aCode, Uri aUri) in Init()
Dcoap.cpp384 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/
DCODE_OF_CONDUCT.md1 # 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…
DCONTRIBUTING.md5 - [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
DSTYLE_GUIDE.md112 - 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.gitignore40 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
/openthread-latest/third_party/mbedtls/repo/
D.gitignore48 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
/openthread-latest/src/core/meshcop/
Dborder_agent.cpp609 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()
Dborder_agent.hpp318 static Coap::Message::Code CoapCodeFromError(Error aError);
/openthread-latest/src/core/backbone_router/
Dbbr_manager.cpp366 Coap::Code duaRespCoapCode = Coap::kCodeEmpty; in HandleDuaRegistration()
381 duaRespCoapCode = static_cast<Coap::Code>(mDuaResponseStatus); in HandleDuaRegistration()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_oid.data17 oid_get_extended_key_usage:"2B06010505070303":"Code Signing"
Dmain_test.function46 /* Test Suite Code */
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
DREADME.md27 - [Code size](#code-size)
58 **Code quality:**
123 ## Code size
206 **Code size**

12