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