Home
last modified time | relevance | path

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

/openthread-latest/src/core/coap/
Dcoap.hpp370 void ClearRequests(const Ip6::Address &aAddress);
827 void ClearRequests(const Ip6::Address *aAddress);
Dcoap.cpp58 ClearRequests(nullptr); // Clear requests matching any address. in ClearAllRequestsAndResponses()
63 void CoapBase::ClearRequests(const Ip6::Address &aAddress) { ClearRequests(&aAddress); } in ClearRequests() function in ot::Coap::CoapBase
65 void CoapBase::ClearRequests(const Ip6::Address *aAddress) in ClearRequests() function in ot::Coap::CoapBase
/openthread-latest/src/core/thread/
Dmle.cpp974 Get<Tmf::Agent>().ClearRequests(mMeshLocalRloc.GetAddress()); in SetRloc16()