Home
last modified time | relevance | path

Searched defs:aTxParameters (Results 1 – 3 of 3) sorted by relevance

/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.cpp199 const TxParameters &aTxParameters, in SendMessage()
361 …Message(Message &aMessage, const Ip6::MessageInfo &aMessageInfo, const TxParameters &aTxParameters) in SendMessage()
1527 const TxParameters &aTxParameters) in EnqueueResponse()
Dcoap.hpp104 static const TxParameters &From(const otCoapTxParameters *aTxParameters) in From()