Searched refs:otCoapType (Results 1 – 5 of 5) sorted by relevance
73 typedef enum otCoapType enum79 } otCoapType; typedef493 void otCoapMessageInit(otMessage *aMessage, otCoapType aType, otCoapCode aCode);509 otError otCoapMessageInitResponse(otMessage *aResponse, const otMessage *aRequest, otCoapType aType…708 otCoapType otCoapMessageGetType(const otMessage *aMessage);
51 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()
1233 DefineMapEnum(otCoapType, Coap::Type);
222 otCoapType coapType = OT_COAP_TYPE_NON_CONFIRMABLE; in ProcessRequest()
359 otCoapType coapType = OT_COAP_TYPE_NON_CONFIRMABLE; in ProcessRequest()