Home
last modified time | relevance | path

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

/openthread-3.5.0/src/cli/
Dcli_coap.hpp146 const otCoapTxParameters *GetRequestTxParameters(void) const in GetRequestTxParameters()
151 const otCoapTxParameters *GetResponseTxParameters(void) const in GetResponseTxParameters()
159 otCoapTxParameters mRequestTxParameters;
160 otCoapTxParameters mResponseTxParameters;
Dcli_coap.cpp277 otCoapTxParameters *txParameters; in Process()
/openthread-3.5.0/include/openthread/
Dcoap.h455 typedef struct otCoapTxParameters struct
483 } otCoapTxParameters; argument
891 const otCoapTxParameters *aTxParameters);
921 const otCoapTxParameters *aTxParameters,
1069 const otCoapTxParameters *aTxParameters);
1091 const otCoapTxParameters *aTxParameters,
/openthread-3.5.0/src/core/api/
Dcoap_api.cpp207 const otCoapTxParameters *aTxParameters, in otCoapSendRequestBlockWiseWithParameters()
233 const otCoapTxParameters *aTxParameters) in otCoapSendRequestWithParameters()
289 const otCoapTxParameters *aTxParameters, in otCoapSendResponseBlockWiseWithParameters()
302 const otCoapTxParameters *aTxParameters) in otCoapSendResponseWithParameters()
/openthread-3.5.0/src/core/coap/
Dcoap.hpp87 class TxParameters : public otCoapTxParameters
104 static const TxParameters &From(const otCoapTxParameters *aTxParameters) in From()
137 static const otCoapTxParameters kDefaultTxParameters;
1010 DefineCoreType(otCoapTxParameters, Coap::TxParameters);
Dcoap.cpp1678 const otCoapTxParameters TxParameters::kDefaultTxParameters = {