Home
last modified time | relevance | path

Searched refs:otCoapType (Results 1 – 5 of 5) sorted by relevance

/openthread-3.5.0/include/openthread/
Dcoap.h73 typedef enum otCoapType enum
79 } otCoapType; typedef
493 void otCoapMessageInit(otMessage *aMessage, otCoapType aType, otCoapCode aCode);
509 otError otCoapMessageInitResponse(otMessage *aResponse, const otMessage *aRequest, otCoapType aType…
708 otCoapType otCoapMessageGetType(const otMessage *aMessage);
/openthread-3.5.0/src/core/api/
Dcoap_api.cpp51 void otCoapMessageInit(otMessage *aMessage, otCoapType aType, otCoapCode aCode) in otCoapMessageInit()
56 otError otCoapMessageInitResponse(otMessage *aResponse, const otMessage *aRequest, otCoapType aType… in otCoapMessageInitResponse()
134 otCoapType otCoapMessageGetType(const otMessage *aMessage) in otCoapMessageGetType()
136 return static_cast<otCoapType>(AsCoapMessage(aMessage).GetType()); in otCoapMessageGetType()
/openthread-3.5.0/src/core/coap/
Dcoap_message.hpp1233 DefineMapEnum(otCoapType, Coap::Type);
/openthread-3.5.0/src/cli/
Dcli_coap_secure.cpp222 otCoapType coapType = OT_COAP_TYPE_NON_CONFIRMABLE; in ProcessRequest()
Dcli_coap.cpp359 otCoapType coapType = OT_COAP_TYPE_NON_CONFIRMABLE; in ProcessRequest()