Searched refs:kMaxReceivedUriPath (Results 1 – 4 of 4) sorted by relevance
159 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()
166 …static constexpr uint8_t kMaxReceivedUriPath = 32; ///< Max URI path len… member in ot::Coap::Message447 Error ReadUriPathOptions(char (&aUriPath)[kMaxReceivedUriPath + 1]) const;
239 Error Message::ReadUriPathOptions(char (&aUriPath)[kMaxReceivedUriPath + 1]) const in ReadUriPathOptions()
1280 char uriPath[Message::kMaxReceivedUriPath + 1]; in ProcessReceivedRequest()