Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.cpp6419 mHostEntry = Get<Core>().mHostEntries.GetHead(); in GetNextHost()
6429 VerifyOrExit(mHostEntry != nullptr); in GetNextHost()
6430 error = mHostEntry->CopyInfoTo(aHost, aState); in GetNextHost()
6431 mHostEntry = mHostEntry->GetNext(); in GetNextHost()
6469 mHostEntry = Get<Core>().mHostEntries.GetHead(); in GetNextKey()
6479 if (mHostEntry == nullptr) in GetNextKey()
6486 error = mHostEntry->CopyInfoTo(aKey, aState); in GetNextKey()
6487 mHostEntry = mHostEntry->GetNext(); in GetNextKey()
Dmdns.hpp1924 const HostEntry *mHostEntry; member