Home
last modified time | relevance | path

Searched refs:aRequestOld (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/coap/
Dcoap.cpp603 Message &aRequestOld, in PrepareNextBlockRequest() argument
614 aRequest.Init(kTypeConfirmable, static_cast<ot::Coap::Code>(aRequestOld.GetCode())); in PrepareNextBlockRequest()
615 SuccessOrExit(error = iterator.Init(aRequestOld)); in PrepareNextBlockRequest()
Dcoap.hpp843 Message &aRequestOld,