Home
last modified time | relevance | path

Searched refs:otCoapTxParameters (Results 1 – 6 of 6) sorted by relevance

/openthread-2.7.6/src/cli/
Dcli_coap.hpp162 const otCoapTxParameters *GetRequestTxParameters(void) const in GetRequestTxParameters()
167 const otCoapTxParameters *GetResponseTxParameters(void) const in GetResponseTxParameters()
198 otCoapTxParameters mRequestTxParameters;
199 otCoapTxParameters mResponseTxParameters;
Dcli_coap.cpp293 otCoapTxParameters *txParameters; in ProcessParameters()
/openthread-2.7.6/include/openthread/
Dcoap.h455 typedef struct otCoapTxParameters struct
483 } otCoapTxParameters; argument
882 const otCoapTxParameters *aTxParameters);
912 const otCoapTxParameters * aTxParameters,
1060 const otCoapTxParameters *aTxParameters);
1082 const otCoapTxParameters * aTxParameters,
/openthread-2.7.6/src/core/api/
Dcoap_api.cpp222 const otCoapTxParameters * aTxParameters, in otCoapSendRequestBlockWiseWithParameters()
249 const otCoapTxParameters *aTxParameters) in otCoapSendRequestWithParameters()
323 const otCoapTxParameters * aTxParameters, in otCoapSendResponseBlockWiseWithParameters()
338 const otCoapTxParameters *aTxParameters) in otCoapSendResponseWithParameters()
/openthread-2.7.6/src/core/coap/
Dcoap.hpp84 class TxParameters : public otCoapTxParameters
101 static const TxParameters &From(const otCoapTxParameters *aTxParameters) in From()
134 static const otCoapTxParameters kDefaultTxParameters;
Dcoap.cpp1640 const otCoapTxParameters TxParameters::kDefaultTxParameters = {