Searched refs:aTransmitHook (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/include/openthread/ |
D | coap.h | 888 otCoapBlockwiseTransmitHook aTransmitHook, 917 otCoapBlockwiseTransmitHook aTransmitHook, in otCoapSendRequestBlockWise() argument 922 aTransmitHook, aReceiveHook); in otCoapSendRequestBlockWise() 1050 otCoapBlockwiseTransmitHook aTransmitHook); 1071 otCoapBlockwiseTransmitHook aTransmitHook) in otCoapSendResponseBlockWise() argument 1074 …dResponseBlockWiseWithParameters(aInstance, aMessage, aMessageInfo, NULL, aContext, aTransmitHook); in otCoapSendResponseBlockWise()
|
D | coap_secure.h | 294 otCoapBlockwiseTransmitHook aTransmitHook, 390 otCoapBlockwiseTransmitHook aTransmitHook);
|
/openthread-latest/src/core/api/ |
D | coap_secure_api.cpp | 152 otCoapBlockwiseTransmitHook aTransmitHook, in otCoapSecureSendRequestBlockWise() argument 156 … aTransmitHook, aReceiveHook); in otCoapSecureSendRequestBlockWise() 207 otCoapBlockwiseTransmitHook aTransmitHook) in otCoapSecureSendResponseBlockWise() argument 212 aTransmitHook); in otCoapSecureSendResponseBlockWise()
|
D | coap_api.cpp | 209 otCoapBlockwiseTransmitHook aTransmitHook, in otCoapSendRequestBlockWiseWithParameters() argument 223 … txParameters, aHandler, aContext, aTransmitHook, in otCoapSendRequestBlockWiseWithParameters() 296 otCoapBlockwiseTransmitHook aTransmitHook) in otCoapSendResponseBlockWiseWithParameters() argument 304 … aContext, aTransmitHook, nullptr); in otCoapSendResponseBlockWiseWithParameters()
|
/openthread-latest/src/core/coap/ |
D | coap_secure.cpp | 66 otCoapBlockwiseTransmitHook aTransmitHook, in SendMessage() argument 70 aContext, aTransmitHook, aReceiveHook) in SendMessage()
|
D | coap.hpp | 197 otCoapBlockwiseTransmitHook aTransmitHook) in ResourceBlockWise() argument 203 mTransmitHook = aTransmitHook; in ResourceBlockWise() 540 otCoapBlockwiseTransmitHook aTransmitHook = nullptr,
|
D | coap_secure.hpp | 97 otCoapBlockwiseTransmitHook aTransmitHook = nullptr,
|
D | coap.cpp | 193 otCoapBlockwiseTransmitHook aTransmitHook, in SendMessage() argument 217 … if ((aTransmitHook != nullptr) && (aMessage.ReadBlockOptionValues(kOptionBlock2) == kErrorNone) && in SendMessage() 223 …SuccessOrExit(error = aTransmitHook(aContext, buf, aMessage.GetBlockWiseBlockNumber() * bufLen, &b… in SendMessage() 239 … if ((aTransmitHook != nullptr) && (aMessage.ReadBlockOptionValues(kOptionBlock1) == kErrorNone) && in SendMessage() 245 …SuccessOrExit(error = aTransmitHook(aContext, buf, aMessage.GetBlockWiseBlockNumber() * bufLen, &b… in SendMessage() 327 metadata.mBlockwiseTransmitHook = aTransmitHook; in SendMessage()
|