Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dcoap.h349 typedef void (*otCoapRequestHandler)(void *aContext, otMessage *aMessage, const otMessageInfo *aMes… typedef
407 otCoapRequestHandler mHandler; ///< The callback for handling a received request
418 otCoapRequestHandler mHandler; ///< The callback for handling a received request
1009 void otCoapSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aContext);
Dcoap_secure.h357 void otCoapSecureSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aCon…
/openthread-latest/src/core/coap/
Dcoap.hpp78 typedef otCoapRequestHandler RequestHandler;
194 otCoapRequestHandler aHandler, in ResourceBlockWise()
/openthread-latest/src/core/api/
Dcoap_secure_api.cpp197 void otCoapSecureSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aCon… in otCoapSecureSetDefaultHandler()
Dcoap_api.cpp285 void otCoapSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aContext) in otCoapSetDefaultHandler()