Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.cpp3712 aQuestion.mIsForService = (aQuestion.mEntry != nullptr); in ProcessQuestion()
3774 aQuestion.mIsForService = true; in ProcessQuestion()
3805 hostEntry = aQuestion.mIsForService ? nullptr : static_cast<HostEntry *>(aQuestion.mEntry); in AnswerQuestion()
3806 … serviceEntry = aQuestion.mIsForService ? static_cast<ServiceEntry *>(aQuestion.mEntry) : nullptr; in AnswerQuestion()
4234 mIsForService = false; in ClearProcessState()
Dmdns.hpp1335 bool mIsForService : 1; // Is for a `ServiceEntry` (vs a `HostEntry`). member