Searched refs:otCoapResource (Results 1 – 7 of 7) sorted by relevance
/openthread-3.5.0/include/openthread/ |
D | coap.h | 415 typedef struct otCoapResource struct 420 struct otCoapResource *mNext; ///< The next CoAP resource in the list argument 421 } otCoapResource; typedef 1015 void otCoapAddResource(otInstance *aInstance, otCoapResource *aResource); 1024 void otCoapRemoveResource(otInstance *aInstance, otCoapResource *aResource);
|
D | coap_secure.h | 291 void otCoapSecureAddResource(otInstance *aInstance, otCoapResource *aResource); 300 void otCoapSecureRemoveResource(otInstance *aInstance, otCoapResource *aResource);
|
/openthread-3.5.0/src/core/api/ |
D | coap_secure_api.cpp | 160 void otCoapSecureAddResource(otInstance *aInstance, otCoapResource *aResource) in otCoapSecureAddResource() 165 void otCoapSecureRemoveResource(otInstance *aInstance, otCoapResource *aResource) in otCoapSecureRemoveResource()
|
D | coap_api.cpp | 270 void otCoapAddResource(otInstance *aInstance, otCoapResource *aResource) in otCoapAddResource() 275 void otCoapRemoveResource(otInstance *aInstance, otCoapResource *aResource) in otCoapRemoveResource()
|
/openthread-3.5.0/src/cli/ |
D | cli_coap_secure.hpp | 150 otCoapResource mResource;
|
D | cli_coap.hpp | 165 otCoapResource mResource;
|
/openthread-3.5.0/src/core/coap/ |
D | coap.hpp | 144 class Resource : public otCoapResource, public LinkedListEntry<Resource> 1011 DefineCoreType(otCoapResource, Coap::Resource);
|