Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/utils/
Dsrp_client_buffers.hpp251 void FreeService(ServiceEntry &aServiceEntry) { mServicePool.Free(aServiceEntry); } in FreeService() argument
/openthread-3.7.0/src/core/net/
Dmdns.hpp1364 const ServiceEntry &aServiceEntry) const;
Dmdns.cpp3663 const ServiceEntry &aServiceEntry) const in ShouldSuppressKnownAnswer()
3688 if (aServiceEntry.Matches(Name(*mMessagePtr, offset))) in ShouldSuppressKnownAnswer()
3690 shouldSuppress = aServiceEntry.ShouldSuppressKnownAnswer(ptr.GetTtl(), aSubLabel); in ShouldSuppressKnownAnswer()