Home
last modified time | relevance | path

Searched refs:ClearRequests (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/src/core/coap/
Dcoap.hpp399 void ClearRequests(const Ip6::Address &aAddress);
895 void ClearRequests(const Ip6::Address *aAddress);
Dcoap.cpp68 ClearRequests(nullptr); // Clear requests matching any address. in ClearRequestsAndResponses()
72 void CoapBase::ClearRequests(const Ip6::Address &aAddress) { ClearRequests(&aAddress); } in ClearRequests() function in ot::Coap::CoapBase
74 void CoapBase::ClearRequests(const Ip6::Address *aAddress) in ClearRequests() function in ot::Coap::CoapBase
/openthread-3.6.0/src/core/thread/
Dmle.cpp962 Get<Tmf::Agent>().ClearRequests(mMeshLocal16.GetAddress()); in SetRloc16()