Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dcoap.h357 typedef void (*otCoapRequestHandler)(void *aContext, otMessage *aMessage, const otMessageInfo *aMes… typedef
418 otCoapRequestHandler mHandler; ///< The callback for handling a received request
430 otCoapRequestHandler mHandler; ///< The callback for handling a received request
1052 void otCoapSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aContext);
Dcoap_secure.h328 void otCoapSecureSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aCon…
/openthread-3.5.0/src/core/api/
Dcoap_secure_api.cpp177 void otCoapSecureSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aCon… in otCoapSecureSetDefaultHandler()
Dcoap_api.cpp280 void otCoapSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aContext) in otCoapSetDefaultHandler()
/openthread-3.5.0/src/core/coap/
Dcoap.hpp81 typedef otCoapRequestHandler RequestHandler;
206 otCoapRequestHandler aHandler, in ResourceBlockWise()