Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dsrp_client_buffers.hpp233 void FreeService(ServiceEntry &aServiceEntry) { mServicePool.Free(aServiceEntry); } in FreeService() argument
/openthread-latest/src/core/net/
Dmdns.hpp1345 const ServiceEntry &aServiceEntry) const;
Dmdns.cpp3885 const ServiceEntry &aServiceEntry) const in ShouldSuppressKnownAnswer()
3910 if (aServiceEntry.Matches(Name(*mMessagePtr, offset))) in ShouldSuppressKnownAnswer()
3912 shouldSuppress = aServiceEntry.ShouldSuppressKnownAnswer(ptr.GetTtl(), aSubLabel); in ShouldSuppressKnownAnswer()