Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dcoap.h145 OT_COAP_OPTION_BLOCK2 = 23, ///< Block2 (RFC7959) enumerator
/openthread-3.5.0/src/core/coap/
Dcoap_message.hpp155 kOptionBlock2 = OT_COAP_OPTION_BLOCK2, ///< Block2 (RFC7959)
/openthread-3.5.0/src/cli/
Dcli_coap_secure.cpp536 if (otCoapOptionIteratorGetFirstOptionMatching(&iterator, OT_COAP_OPTION_BLOCK2) != nullptr) in HandleRequest()
Dcli_coap.cpp643 if (otCoapOptionIteratorGetFirstOptionMatching(&iterator, OT_COAP_OPTION_BLOCK2) != nullptr) in HandleRequest()