Home
last modified time | relevance | path

Searched refs:kMaxReceivedUriPath (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/utils/
Dotns.cpp159 char uriPath[Coap::Message::kMaxReceivedUriPath + 1]; in EmitCoapSend()
173 char uriPath[Coap::Message::kMaxReceivedUriPath + 1]; in EmitCoapReceive()
186 char uriPath[Coap::Message::kMaxReceivedUriPath + 1]; in EmitCoapSendFailure()
/openthread-latest/src/core/coap/
Dcoap_message.hpp166 …static constexpr uint8_t kMaxReceivedUriPath = 32; ///< Max URI path len… member in ot::Coap::Message
447 Error ReadUriPathOptions(char (&aUriPath)[kMaxReceivedUriPath + 1]) const;
Dcoap_message.cpp239 Error Message::ReadUriPathOptions(char (&aUriPath)[kMaxReceivedUriPath + 1]) const in ReadUriPathOptions()
Dcoap.cpp1280 char uriPath[Message::kMaxReceivedUriPath + 1]; in ProcessReceivedRequest()