Searched refs:otCoapRequestHandler (Results 1 – 5 of 5) sorted by relevance
/openthread-3.5.0/include/openthread/ |
D | coap.h | 357 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);
|
D | coap_secure.h | 328 void otCoapSecureSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aCon…
|
/openthread-3.5.0/src/core/api/ |
D | coap_secure_api.cpp | 177 void otCoapSecureSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aCon… in otCoapSecureSetDefaultHandler()
|
D | coap_api.cpp | 280 void otCoapSetDefaultHandler(otInstance *aInstance, otCoapRequestHandler aHandler, void *aContext) in otCoapSetDefaultHandler()
|
/openthread-3.5.0/src/core/coap/ |
D | coap.hpp | 81 typedef otCoapRequestHandler RequestHandler; 206 otCoapRequestHandler aHandler, in ResourceBlockWise()
|