Home
last modified time | relevance | path

Searched refs:kOptionUriPath (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/core/coap/
Dcoap_message.cpp216 SuccessOrExit(error = AppendOption(kOptionUriPath, static_cast<uint16_t>(end - cur), cur)); in AppendUriPathOptions()
220 SuccessOrExit(error = AppendStringOption(kOptionUriPath, cur)); in AppendUriPathOptions()
232 SuccessOrExit(error = iterator.Init(*this, kOptionUriPath)); in ReadUriPathOptions()
248 SuccessOrExit(error = iterator.Advance(kOptionUriPath)); in ReadUriPathOptions()
Dcoap_message.hpp148 kOptionUriPath = OT_COAP_OPTION_URI_PATH, ///< Uri-Path enumerator
Dcoap.cpp1341 case kOptionUriPath: in ProcessReceivedRequest()