Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1909 kHostKey, enumerator
Dmdns.cpp6470 mType = kHostKey; in GetNextKey()
6474 VerifyOrExit((mType == kServiceKey) || (mType == kHostKey), error = kErrorInvalidArgs); in GetNextKey()
6477 while ((error == kErrorNotFound) && (mType == kHostKey)) in GetNextKey()