Searched defs:SetCode (Results 1 – 4 of 4) sorted by relevance
/openthread-3.7.0/src/core/net/ | ||
D | icmp6.hpp | 151 void SetCode(Code aCode) { mCode = static_cast<uint8_t>(aCode); } in SetCode() function in ot::Ip6::Icmp::Header |
D | ip4_types.hpp | 663 void SetCode(uint8_t aCode) { mCode = aCode; } in SetCode() function in ot::Ip4::Icmp::Header |
D | dhcp6.hpp | 225 void SetCode(Code aCode) { mCode = BigEndian::HostSwap16(static_cast<uint16_t>(aCode)); } in SetCode() function in ot::Dhcp6::Option |
/openthread-3.7.0/src/core/coap/ | ||
D | coap_message.hpp | 298 void SetCode(Code aCode) { GetHelpData().mHeader.mCode = static_cast<uint8_t>(aCode); } in SetCode() function in ot::Coap::Message |