Home
last modified time | relevance | path

Searched refs:otCoapBlockwiseReceiveHook (Results 1 – 8 of 8) sorted by relevance

/openthread-3.5.0/include/openthread/
Dcoap.h378 typedef otError (*otCoapBlockwiseReceiveHook)(void *aContext, typedef
436 otCoapBlockwiseReceiveHook mReceiveHook;
923 otCoapBlockwiseReceiveHook aReceiveHook);
953 otCoapBlockwiseReceiveHook aReceiveHook) in otCoapSendRequestBlockWise()
Dcoap_secure.h260 otCoapBlockwiseReceiveHook aReceiveHook);
/openthread-3.5.0/src/core/coap/
Dcoap_secure.hpp307 otCoapBlockwiseReceiveHook aReceiveHook = nullptr);
333 otCoapBlockwiseReceiveHook aReceiveHook = nullptr);
Dcoap_secure.cpp112 otCoapBlockwiseReceiveHook aReceiveHook) in SendMessage()
130 otCoapBlockwiseReceiveHook aReceiveHook) in SendMessage()
Dcoap.hpp208 otCoapBlockwiseReceiveHook aReceiveHook, in ResourceBlockWise()
585 otCoapBlockwiseReceiveHook aReceiveHook = nullptr);
884otCoapBlockwiseReceiveHook mBlockwiseReceiveHook; // Function pointer called on Block2 response …
Dcoap.cpp203 otCoapBlockwiseReceiveHook aReceiveHook) in SendMessage()
/openthread-3.5.0/src/core/api/
Dcoap_secure_api.cpp133 otCoapBlockwiseReceiveHook aReceiveHook) in otCoapSecureSendRequestBlockWise()
Dcoap_api.cpp209 otCoapBlockwiseReceiveHook aReceiveHook) in otCoapSendRequestBlockWiseWithParameters()